mirror of
https://github.com/wassname/pandas-ta.git
synced 2026-06-27 16:10:07 +08:00
13 lines
445 B
JSON
13 lines
445 B
JSON
{
|
|
"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"}
|
|
]
|
|
} |