볼린저 밴드 주기 변경
This commit is contained in:
@@ -12,7 +12,7 @@ class BolingerBand:
|
|||||||
self.common = Common()
|
self.common = Common()
|
||||||
return
|
return
|
||||||
|
|
||||||
def apply(self, df, n=20, t=2):
|
def apply(self, df, n=13, t=2):
|
||||||
# 입력받은 값이 dataframe이라는 것을 정의해줌
|
# 입력받은 값이 dataframe이라는 것을 정의해줌
|
||||||
df = pd.DataFrame(df)
|
df = pd.DataFrame(df)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user