mirror of
https://github.com/wassname/pandas-ta.git
synced 2026-09-09 11:28:26 +08:00
ENH rename strategy() to study() MAINT refactoring DOC update
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "Sample JSON Study",
|
||||
"description": "Sample JSON Study",
|
||||
"ta": [
|
||||
{"kind": "ema", "length": 8, "sma": true},
|
||||
{"kind": "ema", "length": 21, "talib": true},
|
||||
{"kind": "sma", "length": 50, "talib": true},
|
||||
{"kind": "sma", "length": 200, "talib": true},
|
||||
{"kind": "sma", "close": "volume", "length": 20, "talib": true},
|
||||
{"kind": "rsi", "talib": true},
|
||||
{"kind": "obv"}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user