- Step1: Install FinAgents via pip: pip install finagents
- Step2: Set up your environment variables for API keys (e.g., OpenAI, market data providers)
- Step3: Create a configuration file defining agents, strategies, and data sources
- Step4: Initialize the FinAgents framework in your Python script and load the config
- Step5: Call the agent.run() method to start backtesting or live trading
- Step6: Review generated reports, logs, and performance metrics in the output directory