From c61a5d1f0297d14eca70f119fafe55afc2bd7ab1 Mon Sep 17 00:00:00 2001 From: dsyoon Date: Thu, 14 Oct 2021 23:31:57 +0900 Subject: [PATCH] init --- stockpredictor/analysis/Stochastic.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/stockpredictor/analysis/Stochastic.py b/stockpredictor/analysis/Stochastic.py index 71c3d43..2130222 100644 --- a/stockpredictor/analysis/Stochastic.py +++ b/stockpredictor/analysis/Stochastic.py @@ -1,8 +1,5 @@ import pandas as pd 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 # 스토캐스틱 슬로우(Stochastics Slow)를 이용한 간단한 매매기법: https://bagal.tistory.com/124