This commit is contained in:
dsyoon
2023-10-17 21:37:19 +09:00
parent aece13860c
commit 752fdca2d6
4 changed files with 32 additions and 32 deletions

View File

@@ -172,7 +172,7 @@ class HTS_etf(HTS):
if bs_buy_price > 1000: if bs_buy_price > 1000:
if not self.orderChecker.exist(today, "A" + self.stock_code, hours=9): #if not self.orderChecker.exist(today, "A" + self.stock_code, hours=9):
buy_count = int(MAX_PRICE / bs_buy_price) buy_count = int(MAX_PRICE / bs_buy_price)
if buy_count > 0: if buy_count > 0:

View File

@@ -172,7 +172,7 @@ class HTS_etf(HTS):
if bs_buy_price > 1000: if bs_buy_price > 1000:
if not self.orderChecker.exist(today, "A" + self.stock_code, hours=9): #if not self.orderChecker.exist(today, "A" + self.stock_code, hours=9):
buy_count = int(MAX_PRICE / bs_buy_price) buy_count = int(MAX_PRICE / bs_buy_price)
if buy_count > 0: if buy_count > 0:

View File

@@ -172,7 +172,7 @@ class HTS_etf(HTS):
if bs_buy_price > 1000: if bs_buy_price > 1000:
if not self.orderChecker.exist(today, "A" + self.stock_code, hours=9): #if not self.orderChecker.exist(today, "A" + self.stock_code, hours=9):
buy_count = int(MAX_PRICE / bs_buy_price) buy_count = int(MAX_PRICE / bs_buy_price)
if buy_count > 0: if buy_count > 0:

View File

@@ -173,7 +173,7 @@ class HTS_etf(HTS):
if bs_buy_price > 1000: if bs_buy_price > 1000:
if not self.orderChecker.exist(today, "A" + self.stock_code, hours=9): #if not self.orderChecker.exist(today, "A" + self.stock_code, hours=9):
buy_count = int(MAX_PRICE / bs_buy_price) buy_count = int(MAX_PRICE / bs_buy_price)
if buy_count > 0: if buy_count > 0: