mirror of
https://github.com/wassname/pandas-ta.git
synced 2026-07-05 17:30:25 +08:00
13 lines
451 B
JSON
13 lines
451 B
JSON
{
|
|
"name": "Sample JSON Strategy",
|
|
"description": "Sample JSON Strategy",
|
|
"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"}
|
|
]
|
|
} |