스토캐스틱, RSI 추가

This commit is contained in:
dsyoon
2021-10-19 23:47:57 +09:00
parent 66be9769e3
commit 0d615270ad
3 changed files with 18 additions and 15 deletions

View File

@@ -547,7 +547,7 @@ class HTS_252670:
def buyRealTime(self, stock_code, GIVEN_DAY):
orderChecker = OrderChecker(stock_code)
BASE_COUNT = 250
BASE_COUNT = 200
timecheckList = pd.read_csv("timecheck.csv").values.tolist()
timecheck = {GIVEN_DAY + " " + str(second).zfill(6):False for second, check in timecheckList}