strategies.toml
1 [[strategy]] 2 name = "StrategyName" 3 exchange = "exchange_name" 4 account = "1" 5 6 [strategy.env] 7 ENV_VAR_1 = "value1" 8 9 # Uncomment and edit the following block to add more strategies 10 # [[strategy]] 11 # name = "Strategy2" 12 # exchange = "exchange_name" 13 # account = "2" 14 # 15 # [strategy.env] 16 # ENV_VAR_1 = "value1"