live market websocket and monitoring wallets

This commit is contained in:
2025-10-20 20:46:48 +02:00
parent 64f7866083
commit 70f3d48336
13 changed files with 996 additions and 183 deletions

View File

@ -1,25 +1,16 @@
{
"sma_cross_eth_1m": {
"strategy_name": "sma_cross_1",
"sma_cross_eth_5m": {
"strategy_name": "sma_cross_2",
"script": "strategies.ma_cross_strategy.MaCrossStrategy",
"optimization_params": {
"fast": {
"start": 4,
"end": 15,
"start": 5,
"end": 150,
"step": 1
},
"slow": {
"start": 20,
"end": 60,
"step": 1
}
}
},
"sma_44d_btc": {
"strategy_name": "sma_cross_2",
"optimization_params": {
"sma_period": {
"start": 20,
"end": 250,
"start": 0,
"end": 0,
"step": 1
}
}