-
Notifications
You must be signed in to change notification settings - Fork 1
/
databatch.bat
21 lines (19 loc) · 1.41 KB
/
databatch.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
python manage.py Import_Stock_Industry --stocksymbol="data\TW.txt"
python manage.py Import_Stock_Industry --stocksymbol="data\FS.txt"
python manage.py Import_Stock_Industry --stocksymbol="data\FX.txt"
python manage.py Import_Stock_Industry --stocksymbol="data\HK.txt"
python manage.py Import_Stock_Industry --stocksymbol="data\JP.txt"
python manage.py Import_Stock_Industry --stocksymbol="data\KS.txt"
python manage.py Import_Stock_Industry --stocksymbol="data\SI.txt"
python manage.py Import_Stock_Industry --stocksymbol="data\US.txt"
python manage.py Import_Stock_Industry --stocksymbol="data\WS.txt"
python manage.py Import_Stock_Industry --stockindustry="data\stockindustry.txt"
python manage.py Import_Stock_Industry --stockindustryratio="data\stockindustryratio.txt"
python manage.py Import_Stock_Industry --stockconceptgroup="data\stockconceptgroup.txt"
python manage.py Import_Stock_Industry --stockconceptgrouprelation="data\stockconceptgrouprelation.txt"
python manage.py Import_DJStock --closefile="data\US_All.txt" --market="US"
python manage.py Import_DJStock --closefile="data\USD_Update.txt" --market="US"
python manage.py Import_DJStock --closefile="data\USW_Update.txt" --market="US"
python manage.py Import_DJStock --closefile="data\HK_All.txt" --market="HK"
python manage.py Import_DJStock --closefile="data\HKD_Update.txt" --market="HK"
python manage.py Import_DJStock --closefile="data\HKW_Update.txt" --market="HK"