Files
pandas-ta/examples/simple_strategy.json
T
2021-10-15 12:39:15 -07:00

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"}
]
}