添加ema52检查

This commit is contained in:
jackyu66git
2026-01-29 13:49:45 +08:00
parent b4032eb5c9
commit dd5ba33c0f
3 changed files with 33 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class ChanLun():
self.time10m = 10
self.time15m = 15
self.time30m = 30
self.time_m_intervals = [3, 5, 10, 15, 30]
self.time_m_intervals = [2, 3, 5, 10, 15, 20, 30]
self.time_m_symbols = ['2m', '3m', '5m', '10m', '15m', '20m','30m']
self.time2h = 2*60
self.time4h = 4*60