質問編集履歴
1
importでtalibをtaと略していることを記入忘れしていた。
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,6 +38,8 @@
|
|
38
38
|
|
39
39
|
```python
|
40
40
|
|
41
|
+
import talib as ta
|
42
|
+
|
41
43
|
upper,middle,lower = ta.BBANDS(df.close, timeperiod = 15)
|
42
44
|
|
43
45
|
```
|