스토캐스틱, RSI 추가

This commit is contained in:
dsyoon
2021-10-25 09:44:09 +09:00
parent 4754f37d1a
commit b23a9098db
3 changed files with 26 additions and 26 deletions

View File

@@ -614,7 +614,7 @@ class HTS_252670:
print("SELL", THIS_TIME.strftime('%Y%m%d %H%M%S'), selling_count, selling_price, len(orderListToCancel), len(ORDER_LIST))
# 로그 출력
print("TIMECHECK", THIS_TIME, final_price, data["Low"][data_size-1], data["slow_k"][data_size-1], data["slow_d"][data_size-1])
print("TIMECHECK", THIS_TIME, final_price, data["low"][data_size-1], data["slow_k"][data_size-1], data["slow_d"][data_size-1])
timecheck[THIS_TIME] = True
if datetime.strptime(GIVEN_DAY + " 151530", '%Y%m%d %H%M%S') < THIS_TIME: