54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"sma_cross_1": {
|
|
"enabled": true,
|
|
"script": "strategy_sma_cross.py",
|
|
"agent": "scalper",
|
|
"parameters": {
|
|
"coin": "ETH",
|
|
"timeframe": "1m",
|
|
"slow": 44,
|
|
"fast": 7,
|
|
"size": 0.0028,
|
|
"leverage_long": 5,
|
|
"leverage_short": 2
|
|
}
|
|
},
|
|
"sma_cross_2": {
|
|
"enabled": true,
|
|
"script": "strategy_sma_cross.py",
|
|
"agent": "swing",
|
|
"parameters": {
|
|
"coin": "BTC",
|
|
"timeframe": "1D",
|
|
"slow": 44,
|
|
"fast": 0,
|
|
"size": 0.0001,
|
|
"leverage_long": 2,
|
|
"leverage_short": 1
|
|
}
|
|
},
|
|
"sma_125d_btc": {
|
|
"enabled": false,
|
|
"script": "strategy_template.py",
|
|
"agent": "swing_agent",
|
|
"parameters": {
|
|
"coin": "BTC",
|
|
"timeframe": "1D",
|
|
"sma_period": 125,
|
|
"size": 0.0001
|
|
}
|
|
},
|
|
"sma_44d_btc": {
|
|
"enabled": false,
|
|
"script": "strategy_template.py",
|
|
"agent": "swing_agent",
|
|
"parameters": {
|
|
"coin": "BTC",
|
|
"timeframe": "1D",
|
|
"sma_period": 44,
|
|
"size": 0.0001
|
|
}
|
|
}
|
|
}
|
|
|