Files
pandas-ta/jnb/sample.json
T
2021-12-08 14:26:27 -08:00

20 lines
509 B
JSON

{
"name": "Sample JSON Strategy",
"description": "Sample JSON Strategy Test",
"ta": [
{"kind": "ema", "length": 10, "sma": false},
{"kind": "sma", "length": 50, "talib": false},
{
"kind": "bbands",
"talib": true,
"col_numbers": [0, 1, 2],
"col_names": ["BBL", "BBM", "BBU"]
},
{
"kind": "atr",
"length": 50,
"talib": true,
"col_names": ["ATR"]
}
]
}