strategy status table
This commit is contained in:
@ -36,12 +36,12 @@
|
||||
"market_cap": 10637373991.458858
|
||||
},
|
||||
"TOTAL_market_cap_daily": {
|
||||
"datetime_utc": "2025-10-14 00:00:00",
|
||||
"market_cap": 3942937396387.7046
|
||||
"datetime_utc": "2025-10-15 00:00:00",
|
||||
"market_cap": 3950478733651.1655
|
||||
},
|
||||
"PUMP_market_cap": {
|
||||
"datetime_utc": "2025-10-14 21:02:30",
|
||||
"market_cap": 1454398647.593871
|
||||
},
|
||||
"summary_last_updated_utc": "2025-10-14T21:08:01.788055+00:00"
|
||||
"summary_last_updated_utc": "2025-10-15T00:16:07.128221+00:00"
|
||||
}
|
||||
Binary file not shown.
@ -8,14 +8,24 @@
|
||||
"sma_period": 125
|
||||
}
|
||||
},
|
||||
"ma_cross_btc": {
|
||||
"sma_cross_1": {
|
||||
"enabled": true,
|
||||
"script": "strategy_template.py",
|
||||
"script": "strategy_sma_cross.py",
|
||||
"parameters": {
|
||||
"coin": "ETH",
|
||||
"timeframe": "5m",
|
||||
"sma_period": 5,
|
||||
"rma_period": 10,
|
||||
"ema_period": 15
|
||||
}
|
||||
},
|
||||
"sma_cross_2": {
|
||||
"enabled": true,
|
||||
"script": "strategy_sma_cross.py",
|
||||
"parameters": {
|
||||
"coin": "BTC",
|
||||
"timeframe": "1h",
|
||||
"short_ma": 10,
|
||||
"long_ma": 50
|
||||
"timeframe": "5m",
|
||||
"sma_period": 5
|
||||
}
|
||||
},
|
||||
"sma_125d_btc": {
|
||||
@ -36,12 +46,13 @@
|
||||
"sma_period": 44
|
||||
}
|
||||
},
|
||||
"disabled_strategy": {
|
||||
"enabled": false,
|
||||
"sma_5m_eth": {
|
||||
"enabled": true,
|
||||
"script": "strategy_template.py",
|
||||
"parameters": {
|
||||
"coin": "SOL",
|
||||
"timeframe": "15m"
|
||||
"coin": "ETH",
|
||||
"timeframe": "5m",
|
||||
"sma_period": 5
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
7
_data/strategy_status_ma_cross_btc.json
Normal file
7
_data/strategy_status_ma_cross_btc.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"strategy_name": "ma_cross_btc",
|
||||
"current_signal": "HOLD",
|
||||
"last_signal_change_utc": "2025-10-12T17:00:00+00:00",
|
||||
"signal_price": 114286.0,
|
||||
"last_checked_utc": "2025-10-15T11:48:55.092260+00:00"
|
||||
}
|
||||
7
_data/strategy_status_sma_125d_btc.json
Normal file
7
_data/strategy_status_sma_125d_btc.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"strategy_name": "sma_125d_btc",
|
||||
"current_signal": "SELL",
|
||||
"last_signal_change_utc": "2025-10-14T00:00:00+00:00",
|
||||
"signal_price": 113026.0,
|
||||
"last_checked_utc": "2025-10-15T16:31:15.415923+00:00"
|
||||
}
|
||||
7
_data/strategy_status_sma_125d_eth.json
Normal file
7
_data/strategy_status_sma_125d_eth.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"strategy_name": "sma_125d_eth",
|
||||
"current_signal": "BUY",
|
||||
"last_signal_change_utc": "2025-08-26T00:00:00+00:00",
|
||||
"signal_price": 4600.63,
|
||||
"last_checked_utc": "2025-10-15T16:31:15.411175+00:00"
|
||||
}
|
||||
7
_data/strategy_status_sma_44d_btc.json
Normal file
7
_data/strategy_status_sma_44d_btc.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"strategy_name": "sma_44d_btc",
|
||||
"current_signal": "SELL",
|
||||
"last_signal_change_utc": "2025-10-14T00:00:00+00:00",
|
||||
"signal_price": 113026.0,
|
||||
"last_checked_utc": "2025-10-15T16:31:15.422945+00:00"
|
||||
}
|
||||
7
_data/strategy_status_sma_5m_eth.json
Normal file
7
_data/strategy_status_sma_5m_eth.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"strategy_name": "sma_5m_eth",
|
||||
"current_signal": "BUY",
|
||||
"last_signal_change_utc": "2025-10-15T16:00:00+00:00",
|
||||
"signal_price": 3976.4,
|
||||
"last_checked_utc": "2025-10-15T16:30:15.367655+00:00"
|
||||
}
|
||||
7
_data/strategy_status_sma_cross.json
Normal file
7
_data/strategy_status_sma_cross.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"strategy_name": "sma_cross",
|
||||
"current_signal": "SELL",
|
||||
"last_signal_change_utc": "2025-10-15T11:45:00+00:00",
|
||||
"signal_price": 111957.0,
|
||||
"last_checked_utc": "2025-10-15T12:10:05.048434+00:00"
|
||||
}
|
||||
7
_data/strategy_status_sma_cross_1.json
Normal file
7
_data/strategy_status_sma_cross_1.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"strategy_name": "sma_cross_1",
|
||||
"current_signal": "BUY",
|
||||
"last_signal_change_utc": "2025-10-15T16:00:00+00:00",
|
||||
"signal_price": 3976.4,
|
||||
"last_checked_utc": "2025-10-15T16:30:15.368224+00:00"
|
||||
}
|
||||
7
_data/strategy_status_sma_cross_2.json
Normal file
7
_data/strategy_status_sma_cross_2.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"strategy_name": "sma_cross_2",
|
||||
"current_signal": "BUY",
|
||||
"last_signal_change_utc": "2025-10-15T16:25:00+00:00",
|
||||
"signal_price": 111016.0,
|
||||
"last_checked_utc": "2025-10-15T16:30:15.380563+00:00"
|
||||
}
|
||||
7
_data/strategy_status_sma_cross_eth_5m.json
Normal file
7
_data/strategy_status_sma_cross_eth_5m.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"strategy_name": "sma_cross_eth_5m",
|
||||
"current_signal": "SELL",
|
||||
"last_signal_change_utc": "2025-10-15T11:45:00+00:00",
|
||||
"signal_price": 4106.1,
|
||||
"last_checked_utc": "2025-10-15T12:05:05.022308+00:00"
|
||||
}
|
||||
Reference in New Issue
Block a user