Copyinput_csv = "data.csv" # Path to your input CSV file output_json = "data.json" # Path for output JSON file (set to None to return JSON object) json_indent = 4 # Indentation for pretty JSON (set to ...
The script runs a full backtest using your chosen data and strategy. To run it, simply use python main.py or provide optional arguments with python main.py --data data/market_csv --strategy ...