mirror of
https://github.com/wassname/pandas-ta.git
synced 2026-08-11 05:49:05 +08:00
20 lines
509 B
JSON
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"]
|
|
}
|
|
]
|
|
} |