File config.json of Package fint-bot
{
"trading": {
"ticker": "SBER",
"class_code": "TQBR",
"sandbox_mode": true,
"initial_balance": 15000
},
"strategy": {
"fast_window": 9,
"slow_window": 21,
"envelope_percent": 0.015,
"atr_period": 14,
"risk_per_trade": 0.02,
"reward_ratio": 2.0,
"max_consecutive_losses": 3,
"daily_loss_limit": 0.05,
"min_trade_interval": 15
},
"backtest": {
"train_days": 5,
"test_days": 30
},
"visualization": {
"enabled": true,
"backend": "auto",
"plot_history_points": 50
},
"logging": {
"level": "INFO",
"file": "trading_robot.log"
}
}