mirror of
https://github.com/wassname/pandas-ta.git
synced 2026-07-27 11:25:14 +08:00
ENH add transform category to dict
This commit is contained in:
@@ -65,6 +65,8 @@ Category = {
|
||||
"entropy", "kurtosis", "mad", "median", "quantile", "skew", "stdev",
|
||||
"tos_stdevall", "variance", "zscore"
|
||||
],
|
||||
# Transform
|
||||
"transform": ["cube", "ifisher", "remap"],
|
||||
# Trend
|
||||
"trend": [
|
||||
"adx", "amat", "aroon", "chop", "cksp", "decay", "decreasing", "dpo",
|
||||
|
||||
Reference in New Issue
Block a user