This commit is contained in:
dsyoon
2023-10-10 06:44:50 +09:00
parent 1c353916ba
commit 15aafe63b9
2 changed files with 3 additions and 3 deletions

View File

@@ -121,7 +121,7 @@ class HTS_etf(HTS):
return result
def buyRealTime(self, today, stock_code, analyzed_day=1000):
MAX_PRICE = 10000
MAX_PRICE = 20000
print("START...")
THIS_TIME = datetime.now()