質問編集履歴

1

importでtalibをtaと略していることを記入忘れしていた。

2020/11/02 06:50

投稿

shin5446
shin5446

スコア4

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
  ```