live market websocket and monitoring wallets
This commit is contained in:
@ -1,52 +1,31 @@
|
||||
{
|
||||
"sma_cross_1": {
|
||||
"sma_cross_eth_5m": {
|
||||
"enabled": true,
|
||||
"script": "strategy_sma_cross.py",
|
||||
"agent": "scalper",
|
||||
"script": "strategy_runner.py",
|
||||
"class": "strategies.ma_cross_strategy.MaCrossStrategy",
|
||||
"agent": "scalper_agent",
|
||||
"parameters": {
|
||||
"coin": "ETH",
|
||||
"timeframe": "5m",
|
||||
"slow": 44,
|
||||
"fast": 7,
|
||||
"size": 0.0028,
|
||||
"leverage_long": 5,
|
||||
"leverage_short": 2
|
||||
"timeframe": "1m",
|
||||
"short_ma": 7,
|
||||
"long_ma": 44,
|
||||
"size": 0.0055,
|
||||
"leverage_long": 5,
|
||||
"leverage_short": 5
|
||||
}
|
||||
},
|
||||
"sma_cross_2": {
|
||||
"sma_125d_btc": {
|
||||
"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",
|
||||
"script": "strategy_runner.py",
|
||||
"class": "strategies.single_sma_strategy.SingleSmaStrategy",
|
||||
"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",
|
||||
"timeframe": "1d",
|
||||
"sma_period": 44,
|
||||
"size": 0.0001
|
||||
"size": 0.0001,
|
||||
"leverage_long": 2,
|
||||
"leverage_short": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user