init
This commit is contained in:
@@ -186,7 +186,7 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
# KODEX 인버스 * 2
|
# KODEX 인버스 * 2
|
||||||
stock_code = "122630"
|
stock_code = "122630"
|
||||||
buy_count = 100
|
buy_count = 50
|
||||||
|
|
||||||
hts = HTS_122630(stock_code, buy_count)
|
hts = HTS_122630(stock_code, buy_count)
|
||||||
today_str = today.strftime('%Y%m%d')
|
today_str = today.strftime('%Y%m%d')
|
||||||
|
|||||||
@@ -188,18 +188,9 @@ if __name__ == "__main__":
|
|||||||
stock_codes = {
|
stock_codes = {
|
||||||
# 252670
|
# 252670
|
||||||
# 122630
|
# 122630
|
||||||
"252670": [
|
"122630": [
|
||||||
('20220701', '20220704'),
|
('20220715', '20220718'),
|
||||||
('20220704', '20220705'),
|
('20220718', '20220719')
|
||||||
('20220705', '20220706'),
|
|
||||||
('20220706', '20220707'),
|
|
||||||
('20220707', '20220708'),
|
|
||||||
|
|
||||||
('20220708', '20220711'),
|
|
||||||
('20220711', '20220712'),
|
|
||||||
('20220712', '20220713'),
|
|
||||||
('20220713', '20220714'),
|
|
||||||
('20220714', '20220715')
|
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
path = './hts/data'
|
path = './hts/data'
|
||||||
|
|||||||
Reference in New Issue
Block a user