This commit is contained in:
dsyoon
2021-10-14 23:31:57 +09:00
parent b5232af02f
commit c61a5d1f02

View File

@@ -1,8 +1,5 @@
import pandas as pd import pandas as pd
from stockpredictor.analysis.Common import Common from stockpredictor.analysis.Common import Common
import plotly.graph_objs as go
from plotly import tools, subplots
import plotly.io as po
# 6. Pandas와 Plotly를 이용한 MACD 차트 그리기: https://excelsior-cjh.tistory.com/111 # 6. Pandas와 Plotly를 이용한 MACD 차트 그리기: https://excelsior-cjh.tistory.com/111
# 스토캐스틱 슬로우(Stochastics Slow)를 이용한 간단한 매매기법: https://bagal.tistory.com/124 # 스토캐스틱 슬로우(Stochastics Slow)를 이용한 간단한 매매기법: https://bagal.tistory.com/124