init
This commit is contained in:
@@ -179,7 +179,7 @@ if __name__ == "__main__":
|
||||
# KODEX 인버스 * 2
|
||||
stock_code = "252670"
|
||||
stock_name = "KODEX 200선물인버스2X"
|
||||
buy_count = 900
|
||||
buy_count = 2000
|
||||
|
||||
hts = HTS_252670(RESOURCE_PATH, stock_code, buy_count)
|
||||
today_str = today.strftime('%Y%m%d')
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import pandas as pd
|
||||
|
||||
from stock.analysis.Common import Common
|
||||
import finterstellar as fs
|
||||
|
||||
class Envelope:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user