This commit is contained in:
dsyoon
2023-01-17 10:28:13 +09:00
parent 990c4c17ff
commit 42cf91be5c
2 changed files with 1 additions and 2 deletions

View File

@@ -179,7 +179,7 @@ if __name__ == "__main__":
# KODEX 인버스 * 2 # KODEX 인버스 * 2
stock_code = "252670" stock_code = "252670"
stock_name = "KODEX 200선물인버스2X" stock_name = "KODEX 200선물인버스2X"
buy_count = 900 buy_count = 2000
hts = HTS_252670(RESOURCE_PATH, stock_code, buy_count) hts = HTS_252670(RESOURCE_PATH, stock_code, buy_count)
today_str = today.strftime('%Y%m%d') today_str = today.strftime('%Y%m%d')

View File

@@ -1,7 +1,6 @@
import pandas as pd import pandas as pd
from stock.analysis.Common import Common from stock.analysis.Common import Common
import finterstellar as fs
class Envelope: class Envelope: