This commit is contained in:
dsyoon
2023-04-02 20:59:07 +09:00
parent 02567c8539
commit 83f7f2f528
3 changed files with 113 additions and 81 deletions

View File

@@ -12,7 +12,7 @@ class BolingerBand:
self.common = Common()
return
def apply(self, df, n=13, t=2):
def apply(self, df, n=25, t=2):
# 입력받은 값이 dataframe이라는 것을 정의해줌
df = pd.DataFrame(df)