ENH rename strategy() to study() MAINT refactoring DOC update

This commit is contained in:
Kevin Johnson
2022-01-16 15:56:12 -08:00
parent 993a265c10
commit 26a6ffd3d0
13 changed files with 3896 additions and 3546 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"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"}
]
}