This commit is contained in:
parent
257f5da12f
commit
25362bb97b
|
|
@ -45,6 +45,7 @@ def get_indicators(
|
|||
"200-day ma": "close_200_sma",
|
||||
"50 day ma": "close_50_sma",
|
||||
"200 day ma": "close_200_sma",
|
||||
"bb": "boll",
|
||||
}
|
||||
|
||||
# 如果在映射中,使用映射名稱
|
||||
|
|
|
|||
Loading…
Reference in New Issue