dev setup
This commit is contained in:
17
config/bot_configs/example_bot.json
Normal file
17
config/bot_configs/example_bot.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"bot_id": "ema_crossover_01",
|
||||
"name": "EMA Crossover Strategy",
|
||||
"strategy": "EMA_Crossover",
|
||||
"parameters": {
|
||||
"fast_period": 12,
|
||||
"slow_period": 26,
|
||||
"symbol": "BTC-USDT",
|
||||
"risk_percentage": 0.02,
|
||||
"stop_loss_percentage": 0.05,
|
||||
"take_profit_percentage": 0.10
|
||||
},
|
||||
"virtual_balance": 10000,
|
||||
"enabled": false,
|
||||
"created_at": "2024-01-01T00:00:00Z",
|
||||
"description": "Simple EMA crossover strategy for BTC-USDT trading"
|
||||
}
|
||||
Reference in New Issue
Block a user