mirror of
https://github.com/wassname/pandas-ta.git
synced 2026-09-11 12:30:30 +08:00
Added hwma to overlap strategy
This commit is contained in:
@@ -55,7 +55,7 @@ Category = {
|
||||
# Overlap
|
||||
"overlap": [
|
||||
"alligator", "alma", "dema", "ema", "fwma", "hilo", "hl2", "hlc3",
|
||||
"hma", "ichimoku", "jma", "kama", "linreg", "mcgd", "midpoint",
|
||||
"hma", "hwma", "ichimoku", "jma", "kama", "linreg", "mcgd", "midpoint",
|
||||
"midprice", "ohlc4", "pwma", "rma", "sinwma", "sma", "smma", "ssf",
|
||||
"supertrend", "swma", "t3", "tema", "trima", "vidya", "vwap", "vwma",
|
||||
"wcp", "wma", "zlma"
|
||||
|
||||
Reference in New Issue
Block a user