diff --git a/hts/Simulation.py b/hts/Simulation.py index b57b563..b3000b9 100644 --- a/hts/Simulation.py +++ b/hts/Simulation.py @@ -4,6 +4,7 @@ import csv import pandas as pd import plotly.graph_objects as go from plotly import subplots +from glob import glob from hts.BuySellChecker import BuySellChecker @@ -164,8 +165,8 @@ class Simulation: today = days[1] # 데이터를 가지고 온다. - self.getCSV("./backup/" + self.stock_code + "_" + last_day + ".csv", last_day, result) - self.getCSV("./backup/" + self.stock_code + "_" + today + ".csv", today, result) + self.getCSV("./hts/data/" + self.stock_code + "_" + last_day + ".csv", last_day, result) + self.getCSV("./hts/data/" + self.stock_code + "_" + today + ".csv", today, result) # 분석을 통해서 볼린저밴드 상/하단을 계산한다. data = self.buySellChecker.analyze(result) @@ -191,7 +192,7 @@ if __name__ == "__main__": } """ - + """ stock_codes = { # 252670 # 122630 @@ -213,7 +214,13 @@ if __name__ == "__main__": ('20220707', '20220708') ], } + """ + fileList = glob('./hts/backup/252670_*.csv') + fileList = sorted(fileList) + stock_codes = {'252670':[]} + for i in range(1, 11): + stock_codes['252670'].append((fileList[i-1][20:28], fileList[i][20:28])) for stock_code in stock_codes: simulation = Simulation(stock_code) diff --git a/hts/data/122630_20220706.csv b/hts/data/122630_20220706.csv deleted file mode 100644 index 511078b..0000000 --- a/hts/data/122630_20220706.csv +++ /dev/null @@ -1,382 +0,0 @@ -날짜,시간,시가,고가,저가,종가,거래량 -20220706,0901,14245,14265,14155,14165,1106943 -20220706,0902,14160,14165,14110,14120,719421 -20220706,0903,14125,14180,14110,14175,606950 -20220706,0904,14180,14260,14175,14215,1028713 -20220706,0905,14220,14220,14165,14175,501158 -20220706,0906,14175,14230,14145,14145,396905 -20220706,0907,14145,14160,14120,14145,384661 -20220706,0908,14150,14175,14145,14155,256309 -20220706,0909,14150,14155,14120,14135,345988 -20220706,0910,14135,14160,14105,14140,321237 -20220706,0911,14140,14145,14080,14095,795806 -20220706,0912,14095,14120,14085,14095,327811 -20220706,0913,14095,14125,14095,14120,242014 -20220706,0914,14120,14155,14095,14100,268705 -20220706,0915,14095,14115,14080,14095,203217 -20220706,0916,14090,14100,14070,14095,224856 -20220706,0917,14100,14120,14090,14105,232693 -20220706,0918,14105,14115,14080,14090,330545 -20220706,0919,14095,14120,14085,14105,121327 -20220706,0920,14100,14135,14095,14130,185620 -20220706,0921,14125,14145,14110,14125,225375 -20220706,0922,14130,14160,14125,14155,211036 -20220706,0923,14155,14155,14110,14120,220580 -20220706,0924,14120,14130,14090,14095,213039 -20220706,0925,14095,14100,14060,14060,696210 -20220706,0926,14065,14075,14040,14070,300738 -20220706,0927,14070,14090,14055,14085,115684 -20220706,0928,14085,14105,14070,14090,259960 -20220706,0929,14090,14105,14080,14085,82201 -20220706,0930,14085,14105,14065,14095,157297 -20220706,0931,14095,14115,14080,14100,121384 -20220706,0932,14105,14125,14105,14115,104418 -20220706,0933,14115,14120,14090,14095,79988 -20220706,0934,14090,14090,14070,14080,109376 -20220706,0935,14080,14100,14080,14085,65861 -20220706,0936,14085,14115,14085,14095,117438 -20220706,0937,14090,14090,14065,14065,169574 -20220706,0938,14065,14065,14055,14060,129440 -20220706,0939,14060,14065,14040,14045,275132 -20220706,0940,14050,14070,14045,14065,93869 -20220706,0941,14060,14070,14045,14045,184331 -20220706,0942,14045,14060,14030,14050,190642 -20220706,0943,14055,14080,14045,14075,180686 -20220706,0944,14075,14110,14075,14100,205818 -20220706,0945,14110,14170,14110,14170,492972 -20220706,0946,14170,14225,14170,14190,513141 -20220706,0947,14190,14235,14185,14235,532263 -20220706,0948,14240,14250,14215,14240,391609 -20220706,0949,14240,14245,14215,14230,232212 -20220706,0950,14230,14235,14205,14220,217713 -20220706,0951,14220,14245,14210,14215,117767 -20220706,0952,14220,14240,14210,14225,103429 -20220706,0953,14230,14265,14230,14250,441779 -20220706,0954,14250,14275,14235,14265,142246 -20220706,0955,14265,14265,14230,14245,110705 -20220706,0956,14245,14265,14240,14245,87212 -20220706,0957,14245,14265,14240,14255,133069 -20220706,0958,14260,14280,14250,14275,196632 -20220706,0959,14275,14285,14255,14275,144871 -20220706,1000,14270,14285,14260,14265,69243 -20220706,1001,14265,14285,14235,14245,133275 -20220706,1002,14245,14260,14225,14230,106861 -20220706,1003,14230,14245,14220,14235,57619 -20220706,1004,14230,14245,14220,14245,69721 -20220706,1005,14245,14260,14240,14255,126830 -20220706,1006,14255,14275,14245,14265,145847 -20220706,1007,14265,14280,14245,14245,83182 -20220706,1008,14245,14245,14230,14240,89267 -20220706,1009,14245,14280,14245,14260,121461 -20220706,1010,14260,14310,14260,14300,172428 -20220706,1011,14305,14310,14290,14300,128258 -20220706,1012,14300,14325,14300,14315,108190 -20220706,1013,14320,14335,14300,14305,143894 -20220706,1014,14305,14310,14285,14295,93455 -20220706,1015,14295,14305,14280,14295,30502 -20220706,1016,14295,14295,14250,14255,113984 -20220706,1017,14250,14280,14240,14270,71697 -20220706,1018,14270,14280,14265,14270,24934 -20220706,1019,14265,14285,14260,14265,72382 -20220706,1020,14265,14270,14250,14260,49216 -20220706,1021,14260,14280,14255,14280,62795 -20220706,1022,14280,14300,14270,14275,64370 -20220706,1023,14280,14280,14255,14270,41928 -20220706,1024,14265,14270,14250,14260,103032 -20220706,1025,14265,14265,14245,14255,90137 -20220706,1026,14250,14255,14220,14230,139088 -20220706,1027,14230,14245,14225,14230,109529 -20220706,1028,14235,14235,14200,14210,174121 -20220706,1029,14210,14210,14185,14195,71522 -20220706,1030,14195,14210,14190,14195,57925 -20220706,1031,14200,14225,14195,14205,66285 -20220706,1032,14205,14230,14205,14230,84052 -20220706,1033,14225,14230,14215,14220,69419 -20220706,1034,14220,14245,14215,14245,68897 -20220706,1035,14245,14245,14210,14215,104839 -20220706,1036,14215,14230,14210,14230,44057 -20220706,1037,14230,14250,14225,14245,34842 -20220706,1038,14240,14240,14210,14210,67198 -20220706,1039,14210,14215,14190,14190,60540 -20220706,1040,14190,14190,14160,14165,207790 -20220706,1041,14165,14185,14160,14175,61754 -20220706,1042,14170,14180,14160,14175,70580 -20220706,1043,14170,14170,14145,14155,218159 -20220706,1044,14160,14160,14125,14130,166801 -20220706,1045,14135,14150,14130,14145,27840 -20220706,1046,14145,14165,14125,14160,79565 -20220706,1047,14165,14175,14155,14160,41221 -20220706,1048,14165,14170,14130,14130,119677 -20220706,1049,14130,14145,14095,14105,436661 -20220706,1050,14105,14110,14095,14095,118366 -20220706,1051,14100,14135,14080,14135,184888 -20220706,1052,14130,14155,14130,14150,58654 -20220706,1053,14150,14160,14145,14155,64183 -20220706,1054,14160,14185,14155,14175,378586 -20220706,1055,14175,14180,14155,14175,51137 -20220706,1056,14175,14180,14160,14175,54910 -20220706,1057,14175,14180,14160,14160,15214 -20220706,1058,14160,14160,14135,14135,56826 -20220706,1059,14135,14145,14130,14140,48062 -20220706,1100,14140,14160,14140,14145,36460 -20220706,1101,14145,14180,14140,14180,65211 -20220706,1102,14180,14195,14160,14195,78137 -20220706,1103,14195,14200,14190,14190,92502 -20220706,1104,14195,14195,14175,14195,25551 -20220706,1105,14190,14195,14180,14180,38881 -20220706,1106,14180,14195,14180,14190,45734 -20220706,1107,14185,14190,14170,14185,42361 -20220706,1108,14185,14190,14165,14180,22368 -20220706,1109,14180,14180,14140,14150,52332 -20220706,1110,14155,14165,14155,14165,28931 -20220706,1111,14165,14185,14160,14185,43351 -20220706,1112,14180,14190,14175,14190,25210 -20220706,1113,14190,14190,14170,14170,35253 -20220706,1114,14170,14185,14165,14180,11267 -20220706,1115,14180,14180,14170,14175,12905 -20220706,1116,14175,14180,14170,14175,23131 -20220706,1117,14175,14175,14155,14160,23222 -20220706,1118,14160,14160,14135,14140,78535 -20220706,1119,14140,14140,14125,14125,38907 -20220706,1120,14120,14135,14120,14135,93087 -20220706,1121,14130,14150,14130,14150,28565 -20220706,1122,14155,14170,14150,14165,20263 -20220706,1123,14165,14165,14155,14155,17342 -20220706,1124,14155,14160,14125,14130,52707 -20220706,1125,14130,14160,14130,14155,51080 -20220706,1126,14155,14170,14155,14165,28949 -20220706,1127,14165,14170,14155,14165,18543 -20220706,1128,14170,14180,14170,14175,37868 -20220706,1129,14180,14190,14180,14185,49544 -20220706,1130,14185,14195,14185,14190,34730 -20220706,1131,14190,14205,14185,14200,122961 -20220706,1132,14200,14210,14195,14210,38944 -20220706,1133,14210,14210,14190,14195,24849 -20220706,1134,14200,14210,14195,14200,34515 -20220706,1135,14200,14200,14180,14185,21481 -20220706,1136,14185,14195,14180,14195,26244 -20220706,1137,14190,14205,14190,14200,36817 -20220706,1138,14200,14210,14190,14195,111933 -20220706,1139,14190,14195,14185,14185,24565 -20220706,1140,14185,14185,14175,14180,11265 -20220706,1141,14180,14185,14165,14165,51744 -20220706,1142,14170,14175,14155,14155,41495 -20220706,1143,14165,14165,14155,14155,14774 -20220706,1144,14155,14160,14155,14160,41981 -20220706,1145,14160,14175,14160,14165,108777 -20220706,1146,14165,14185,14155,14180,18232 -20220706,1147,14180,14190,14160,14160,28641 -20220706,1148,14160,14160,14145,14155,180930 -20220706,1149,14155,14155,14135,14145,106178 -20220706,1150,14145,14150,14130,14135,51607 -20220706,1151,14135,14135,14125,14135,92390 -20220706,1152,14135,14140,14125,14130,40086 -20220706,1153,14135,14135,14125,14130,19146 -20220706,1154,14130,14130,14120,14120,89949 -20220706,1155,14120,14135,14115,14135,44442 -20220706,1156,14135,14145,14130,14130,94303 -20220706,1157,14130,14145,14125,14130,111562 -20220706,1158,14130,14140,14125,14140,39248 -20220706,1159,14140,14150,14140,14150,73717 -20220706,1200,14150,14160,14145,14150,47135 -20220706,1201,14150,14150,14135,14135,114943 -20220706,1202,14130,14155,14125,14150,32508 -20220706,1203,14145,14160,14140,14160,15703 -20220706,1204,14160,14160,14150,14160,82405 -20220706,1205,14160,14165,14155,14160,17443 -20220706,1206,14160,14165,14150,14150,31560 -20220706,1207,14150,14160,14145,14160,22844 -20220706,1208,14155,14165,14155,14160,25482 -20220706,1209,14165,14165,14140,14150,26457 -20220706,1210,14150,14150,14135,14135,38303 -20220706,1211,14140,14140,14135,14140,13260 -20220706,1212,14140,14140,14120,14120,116092 -20220706,1213,14120,14125,14105,14105,156536 -20220706,1214,14105,14110,14090,14110,191207 -20220706,1215,14110,14115,14095,14100,48600 -20220706,1216,14100,14105,14090,14100,25076 -20220706,1217,14095,14105,14095,14095,24842 -20220706,1218,14095,14105,14090,14100,41693 -20220706,1219,14105,14110,14085,14100,43180 -20220706,1220,14095,14110,14090,14105,158996 -20220706,1221,14105,14110,14075,14085,242221 -20220706,1222,14080,14080,14070,14070,120412 -20220706,1223,14070,14080,14065,14075,111416 -20220706,1224,14070,14080,14070,14075,43744 -20220706,1225,14070,14075,14060,14060,153316 -20220706,1226,14070,14075,14055,14055,91657 -20220706,1227,14055,14055,14040,14045,140894 -20220706,1228,14045,14045,14025,14040,251565 -20220706,1229,14045,14060,14045,14060,58388 -20220706,1230,14060,14075,14055,14070,38330 -20220706,1231,14070,14075,14050,14055,102806 -20220706,1232,14055,14065,14050,14055,28093 -20220706,1233,14055,14060,14050,14060,51916 -20220706,1234,14055,14070,14050,14055,38986 -20220706,1235,14055,14065,14050,14060,16145 -20220706,1236,14060,14065,14050,14055,19240 -20220706,1237,14055,14055,14045,14050,49412 -20220706,1238,14045,14055,14045,14050,65685 -20220706,1239,14055,14065,14045,14055,63207 -20220706,1240,14060,14070,14055,14065,71994 -20220706,1241,14065,14065,14050,14055,28696 -20220706,1242,14060,14070,14060,14060,106005 -20220706,1243,14060,14070,14060,14070,12457 -20220706,1244,14070,14090,14060,14090,313324 -20220706,1245,14085,14100,14080,14095,70890 -20220706,1246,14100,14100,14090,14095,45731 -20220706,1247,14095,14115,14090,14110,183821 -20220706,1248,14110,14135,14105,14120,276711 -20220706,1249,14120,14125,14115,14125,69873 -20220706,1250,14125,14130,14115,14125,69224 -20220706,1251,14130,14135,14120,14125,59420 -20220706,1252,14120,14130,14120,14125,31774 -20220706,1253,14125,14130,14120,14125,21081 -20220706,1254,14130,14140,14130,14135,126904 -20220706,1255,14135,14140,14130,14140,42758 -20220706,1256,14140,14140,14125,14125,38550 -20220706,1257,14125,14125,14115,14120,49558 -20220706,1258,14125,14125,14115,14125,21801 -20220706,1259,14125,14150,14125,14150,140617 -20220706,1300,14145,14170,14145,14155,263475 -20220706,1301,14155,14160,14140,14145,35184 -20220706,1302,14145,14150,14130,14135,74616 -20220706,1303,14135,14145,14135,14140,10332 -20220706,1304,14140,14150,14140,14145,35049 -20220706,1305,14150,14160,14150,14160,27661 -20220706,1306,14155,14160,14145,14155,58707 -20220706,1307,14155,14165,14155,14165,32326 -20220706,1308,14165,14175,14150,14155,49122 -20220706,1309,14155,14155,14140,14145,53232 -20220706,1310,14145,14150,14140,14150,17495 -20220706,1311,14145,14155,14145,14155,21123 -20220706,1312,14150,14160,14145,14145,47985 -20220706,1313,14150,14150,14140,14150,5033 -20220706,1314,14150,14150,14135,14135,57965 -20220706,1315,14130,14135,14115,14120,60334 -20220706,1316,14120,14130,14105,14115,33798 -20220706,1317,14115,14120,14110,14115,55338 -20220706,1318,14115,14120,14110,14115,11615 -20220706,1319,14115,14130,14110,14125,25076 -20220706,1320,14125,14130,14125,14130,21029 -20220706,1321,14130,14140,14130,14130,22943 -20220706,1322,14130,14150,14130,14145,31184 -20220706,1323,14145,14160,14145,14160,74380 -20220706,1324,14160,14170,14155,14165,78148 -20220706,1325,14165,14165,14150,14160,60560 -20220706,1326,14160,14160,14135,14135,49380 -20220706,1327,14135,14135,14125,14125,59448 -20220706,1328,14120,14130,14120,14120,34790 -20220706,1329,14115,14120,14110,14115,17687 -20220706,1330,14110,14115,14100,14105,54778 -20220706,1331,14105,14110,14075,14080,150311 -20220706,1332,14080,14080,14065,14075,126284 -20220706,1333,14080,14080,14065,14070,49411 -20220706,1334,14075,14080,14065,14080,35677 -20220706,1335,14080,14080,14065,14070,52082 -20220706,1336,14070,14080,14065,14075,24640 -20220706,1337,14070,14070,14060,14065,33848 -20220706,1338,14070,14075,14060,14070,48092 -20220706,1339,14070,14085,14065,14080,73249 -20220706,1340,14080,14085,14080,14085,36491 -20220706,1341,14085,14090,14080,14085,22625 -20220706,1342,14085,14090,14075,14090,93923 -20220706,1343,14085,14090,14075,14080,55648 -20220706,1344,14075,14085,14070,14070,53530 -20220706,1345,14070,14085,14065,14080,27551 -20220706,1346,14080,14085,14070,14075,33977 -20220706,1347,14075,14075,14060,14065,83054 -20220706,1348,14060,14070,14050,14055,339044 -20220706,1349,14055,14060,14045,14050,75353 -20220706,1350,14050,14060,14050,14050,73724 -20220706,1351,14050,14055,14040,14045,69893 -20220706,1352,14050,14050,14035,14035,93488 -20220706,1353,14035,14045,14035,14040,48984 -20220706,1354,14035,14040,14025,14030,183178 -20220706,1355,14030,14035,14015,14025,118105 -20220706,1356,14030,14030,14010,14025,124316 -20220706,1357,14030,14035,14020,14020,266202 -20220706,1358,14015,14030,14010,14010,146348 -20220706,1359,14010,14025,14010,14020,49100 -20220706,1400,14020,14025,14005,14005,92186 -20220706,1401,14010,14015,13995,13995,276087 -20220706,1402,14000,14000,13975,13980,187323 -20220706,1403,13985,14000,13980,13985,56508 -20220706,1404,13985,13985,13965,13970,235730 -20220706,1405,13970,13980,13955,13960,387230 -20220706,1406,13960,13960,13945,13950,152684 -20220706,1407,13950,13970,13945,13955,115066 -20220706,1408,13955,13980,13950,13980,127019 -20220706,1409,13980,13980,13965,13980,76733 -20220706,1410,13980,13985,13970,13975,107739 -20220706,1411,13975,13980,13970,13970,64507 -20220706,1412,13975,13990,13970,13990,111814 -20220706,1413,13990,13995,13985,13990,33895 -20220706,1414,13995,13995,13985,13990,49610 -20220706,1415,13990,14000,13990,14000,67780 -20220706,1416,14000,14000,13985,13990,86551 -20220706,1417,13990,14000,13990,14000,59983 -20220706,1418,14000,14015,14000,14010,68251 -20220706,1419,14010,14020,14010,14015,93829 -20220706,1420,14010,14025,14010,14020,58872 -20220706,1421,14020,14030,14015,14030,151657 -20220706,1422,14025,14035,14020,14030,80905 -20220706,1423,14030,14030,14015,14020,26239 -20220706,1424,14020,14025,14010,14010,61355 -20220706,1425,14010,14010,13985,13985,112644 -20220706,1426,13985,14000,13980,13990,71845 -20220706,1427,13995,14000,13965,13970,85474 -20220706,1428,13965,13985,13965,13980,86670 -20220706,1429,13985,14000,13980,13985,98752 -20220706,1430,13985,14000,13980,14000,79405 -20220706,1431,14000,14000,13975,13980,117206 -20220706,1432,13980,13995,13970,13990,66809 -20220706,1433,13985,13990,13975,13980,71723 -20220706,1434,13985,14000,13985,13985,55088 -20220706,1435,13985,13985,13970,13975,93562 -20220706,1436,13975,13980,13960,13965,89826 -20220706,1437,13960,13990,13960,13985,127713 -20220706,1438,13985,14000,13985,13990,103363 -20220706,1439,13990,13990,13985,13990,10171 -20220706,1440,13990,13990,13975,13980,53787 -20220706,1441,13985,13995,13980,13985,39941 -20220706,1442,13985,13985,13970,13985,49751 -20220706,1443,13990,13995,13980,13995,53038 -20220706,1444,13995,14010,13995,14010,135722 -20220706,1445,14010,14010,13990,13990,38656 -20220706,1446,13995,14000,13990,14000,19814 -20220706,1447,14000,14020,13995,14020,53392 -20220706,1448,14015,14030,14015,14025,64283 -20220706,1449,14020,14025,14015,14020,41892 -20220706,1450,14015,14020,13995,13995,56883 -20220706,1451,14000,14005,13985,13990,82998 -20220706,1452,13990,13990,13965,13965,181570 -20220706,1453,13965,13965,13940,13945,381744 -20220706,1454,13945,13945,13925,13925,318207 -20220706,1455,13925,13930,13905,13910,188748 -20220706,1456,13910,13915,13895,13895,208493 -20220706,1457,13895,13895,13865,13875,271448 -20220706,1458,13875,13890,13870,13890,192106 -20220706,1459,13885,13905,13885,13895,196964 -20220706,1500,13890,13900,13865,13865,294599 -20220706,1501,13865,13870,13830,13835,316219 -20220706,1502,13835,13850,13830,13840,251663 -20220706,1503,13845,13850,13820,13830,129372 -20220706,1504,13835,13845,13830,13840,75810 -20220706,1505,13840,13840,13795,13800,465468 -20220706,1506,13800,13805,13785,13790,200209 -20220706,1507,13790,13810,13785,13790,236721 -20220706,1508,13790,13810,13780,13810,159594 -20220706,1509,13810,13830,13805,13820,254253 -20220706,1510,13825,13830,13815,13825,124107 -20220706,1511,13820,13845,13820,13845,192484 -20220706,1512,13845,13850,13835,13840,94321 -20220706,1513,13840,13850,13825,13850,171158 -20220706,1514,13840,13860,13840,13855,136786 -20220706,1515,13850,13855,13840,13845,105531 -20220706,1516,13845,13860,13840,13850,118250 -20220706,1517,13850,13850,13820,13825,126596 -20220706,1518,13825,13830,13815,13820,89517 -20220706,1519,13825,13825,13815,13820,80459 -20220706,1520,13820,13830,13815,13820,202263 -20220706,1530,13810,13810,13810,13810,453308 diff --git a/hts/data/122630_20220707.csv b/hts/data/122630_20220707.csv deleted file mode 100644 index 886974c..0000000 --- a/hts/data/122630_20220707.csv +++ /dev/null @@ -1,382 +0,0 @@ -날짜,시간,시가,고가,저가,종가,거래량 -20220707,0901,14020,14050,13970,14025,992694 -20220707,0902,14025,14100,14025,14080,834122 -20220707,0903,14075,14090,14025,14055,247501 -20220707,0904,14055,14105,14045,14055,461141 -20220707,0905,14065,14075,14040,14050,293056 -20220707,0906,14050,14075,14020,14020,270378 -20220707,0907,14015,14035,13990,14000,254040 -20220707,0908,14000,14060,13995,14045,195905 -20220707,0909,14050,14065,14030,14055,244524 -20220707,0910,14055,14095,14050,14095,342803 -20220707,0911,14095,14120,14075,14105,650790 -20220707,0912,14105,14120,14070,14085,280482 -20220707,0913,14085,14105,14070,14095,240127 -20220707,0914,14095,14105,14080,14105,213708 -20220707,0915,14105,14120,14095,14110,350047 -20220707,0916,14110,14120,14085,14090,87034 -20220707,0917,14090,14090,14065,14085,146624 -20220707,0918,14085,14110,14085,14100,188671 -20220707,0919,14100,14120,14090,14095,227575 -20220707,0920,14095,14115,14080,14110,106148 -20220707,0921,14110,14140,14110,14135,267760 -20220707,0922,14135,14160,14130,14145,401477 -20220707,0923,14150,14175,14135,14170,207682 -20220707,0924,14170,14190,14165,14185,380440 -20220707,0925,14180,14200,14180,14185,253671 -20220707,0926,14185,14200,14180,14195,375798 -20220707,0927,14190,14210,14185,14190,338843 -20220707,0928,14195,14225,14195,14215,325764 -20220707,0929,14215,14220,14195,14200,134147 -20220707,0930,14200,14215,14195,14205,148779 -20220707,0931,14205,14225,14200,14200,209913 -20220707,0932,14200,14215,14195,14205,204404 -20220707,0933,14210,14230,14210,14225,185046 -20220707,0934,14225,14225,14215,14215,172752 -20220707,0935,14215,14215,14185,14190,162772 -20220707,0936,14190,14220,14185,14215,126381 -20220707,0937,14220,14225,14200,14215,85509 -20220707,0938,14215,14225,14210,14215,111107 -20220707,0939,14225,14225,14210,14210,121003 -20220707,0940,14215,14245,14210,14245,318611 -20220707,0941,14245,14265,14240,14260,210411 -20220707,0942,14260,14275,14255,14260,123234 -20220707,0943,14265,14275,14260,14265,129759 -20220707,0944,14260,14280,14250,14275,84476 -20220707,0945,14270,14280,14260,14275,176326 -20220707,0946,14275,14280,14260,14265,222476 -20220707,0947,14265,14280,14265,14275,51486 -20220707,0948,14275,14280,14260,14260,80029 -20220707,0949,14260,14270,14250,14255,101664 -20220707,0950,14255,14260,14240,14240,154367 -20220707,0951,14240,14255,14225,14230,180408 -20220707,0952,14230,14250,14225,14245,53446 -20220707,0953,14245,14250,14235,14250,184514 -20220707,0954,14245,14260,14235,14250,81213 -20220707,0955,14250,14255,14240,14255,21279 -20220707,0956,14255,14255,14240,14240,53193 -20220707,0957,14240,14245,14230,14235,68139 -20220707,0958,14230,14235,14210,14220,111487 -20220707,0959,14220,14235,14220,14225,81690 -20220707,1000,14225,14230,14210,14215,95458 -20220707,1001,14220,14225,14180,14185,280855 -20220707,1002,14180,14215,14175,14210,170137 -20220707,1003,14215,14220,14190,14200,185607 -20220707,1004,14200,14200,14180,14200,147512 -20220707,1005,14200,14205,14185,14200,107315 -20220707,1006,14195,14225,14195,14225,130483 -20220707,1007,14225,14235,14210,14220,150625 -20220707,1008,14220,14245,14215,14240,124227 -20220707,1009,14235,14240,14220,14220,47733 -20220707,1010,14225,14235,14210,14220,30714 -20220707,1011,14225,14230,14210,14215,11491 -20220707,1012,14210,14210,14180,14185,80646 -20220707,1013,14180,14185,14155,14160,364481 -20220707,1014,14160,14175,14160,14160,75792 -20220707,1015,14160,14185,14155,14175,187022 -20220707,1016,14175,14185,14170,14170,58473 -20220707,1017,14170,14190,14170,14185,25270 -20220707,1018,14185,14195,14175,14175,55832 -20220707,1019,14180,14180,14155,14165,91581 -20220707,1020,14170,14180,14160,14160,48961 -20220707,1021,14165,14170,14145,14155,113652 -20220707,1022,14155,14175,14145,14165,86493 -20220707,1023,14165,14180,14165,14170,121242 -20220707,1024,14175,14180,14160,14175,86899 -20220707,1025,14180,14190,14175,14190,210699 -20220707,1026,14190,14205,14190,14195,156936 -20220707,1027,14195,14215,14190,14215,56362 -20220707,1028,14220,14220,14205,14205,37052 -20220707,1029,14205,14215,14200,14210,26652 -20220707,1030,14205,14210,14185,14200,31835 -20220707,1031,14195,14215,14185,14195,33478 -20220707,1032,14195,14195,14180,14185,53264 -20220707,1033,14185,14215,14180,14215,32264 -20220707,1034,14210,14235,14205,14230,211080 -20220707,1035,14230,14230,14215,14220,130485 -20220707,1036,14220,14235,14215,14225,29509 -20220707,1037,14220,14225,14200,14220,75006 -20220707,1038,14220,14225,14200,14205,26013 -20220707,1039,14200,14205,14190,14205,82394 -20220707,1040,14200,14205,14185,14190,35216 -20220707,1041,14185,14185,14160,14170,125902 -20220707,1042,14170,14180,14165,14175,38424 -20220707,1043,14175,14185,14165,14180,72649 -20220707,1044,14175,14195,14175,14190,52525 -20220707,1045,14190,14200,14180,14190,80600 -20220707,1046,14190,14190,14165,14165,50226 -20220707,1047,14165,14165,14140,14160,165413 -20220707,1048,14160,14165,14150,14150,48392 -20220707,1049,14150,14170,14140,14170,66354 -20220707,1050,14170,14180,14160,14175,87384 -20220707,1051,14175,14190,14170,14190,225251 -20220707,1052,14190,14195,14180,14190,19026 -20220707,1053,14195,14200,14190,14195,69853 -20220707,1054,14195,14215,14195,14210,69485 -20220707,1055,14205,14225,14205,14220,105677 -20220707,1056,14220,14220,14210,14215,44879 -20220707,1057,14220,14230,14220,14230,103132 -20220707,1058,14230,14235,14220,14220,116569 -20220707,1059,14215,14230,14210,14230,56109 -20220707,1100,14230,14245,14225,14240,72327 -20220707,1101,14240,14255,14240,14250,140636 -20220707,1102,14255,14260,14250,14250,56112 -20220707,1103,14255,14270,14255,14265,91296 -20220707,1104,14270,14275,14265,14265,31791 -20220707,1105,14270,14275,14265,14270,32883 -20220707,1106,14270,14275,14265,14265,33568 -20220707,1107,14265,14275,14260,14260,32172 -20220707,1108,14260,14265,14260,14265,25902 -20220707,1109,14265,14300,14265,14295,407522 -20220707,1110,14290,14300,14290,14290,120399 -20220707,1111,14295,14300,14285,14290,38068 -20220707,1112,14290,14295,14280,14285,41268 -20220707,1113,14285,14290,14270,14275,45817 -20220707,1114,14275,14290,14270,14285,42554 -20220707,1115,14285,14290,14280,14290,22552 -20220707,1116,14295,14315,14290,14310,106836 -20220707,1117,14310,14330,14310,14320,119766 -20220707,1118,14320,14345,14320,14345,126770 -20220707,1119,14345,14355,14340,14350,185432 -20220707,1120,14345,14355,14335,14340,212628 -20220707,1121,14340,14340,14325,14335,93756 -20220707,1122,14335,14340,14330,14335,75899 -20220707,1123,14335,14345,14330,14340,60330 -20220707,1124,14340,14350,14340,14345,10765 -20220707,1125,14345,14350,14330,14330,26907 -20220707,1126,14335,14340,14330,14335,37062 -20220707,1127,14330,14340,14330,14330,25215 -20220707,1128,14340,14345,14335,14340,81272 -20220707,1129,14340,14355,14340,14350,52116 -20220707,1130,14345,14355,14340,14350,17015 -20220707,1131,14350,14355,14340,14355,60649 -20220707,1132,14355,14365,14350,14355,90680 -20220707,1133,14350,14350,14335,14340,39787 -20220707,1134,14345,14355,14345,14350,27488 -20220707,1135,14350,14360,14350,14355,10796 -20220707,1136,14360,14365,14350,14355,125674 -20220707,1137,14355,14370,14355,14365,87120 -20220707,1138,14370,14375,14360,14375,25242 -20220707,1139,14375,14375,14365,14365,13394 -20220707,1140,14365,14380,14360,14375,95623 -20220707,1141,14375,14380,14365,14370,81062 -20220707,1142,14370,14390,14370,14390,81908 -20220707,1143,14390,14400,14385,14390,117205 -20220707,1144,14395,14395,14380,14385,32523 -20220707,1145,14385,14405,14385,14390,149451 -20220707,1146,14390,14405,14390,14400,35080 -20220707,1147,14395,14405,14395,14400,50003 -20220707,1148,14400,14405,14390,14390,56688 -20220707,1149,14385,14400,14380,14395,34604 -20220707,1150,14390,14395,14380,14385,43236 -20220707,1151,14385,14390,14370,14370,92579 -20220707,1152,14370,14380,14365,14370,150460 -20220707,1153,14370,14380,14370,14370,88512 -20220707,1154,14375,14375,14365,14365,52186 -20220707,1155,14365,14375,14365,14365,110608 -20220707,1156,14360,14365,14355,14360,138878 -20220707,1157,14370,14370,14355,14360,23883 -20220707,1158,14360,14375,14355,14370,27897 -20220707,1159,14370,14380,14370,14380,51114 -20220707,1200,14380,14390,14375,14390,121339 -20220707,1201,14390,14395,14380,14390,51932 -20220707,1202,14385,14390,14375,14380,29602 -20220707,1203,14375,14380,14365,14370,38867 -20220707,1204,14370,14380,14370,14380,69986 -20220707,1205,14375,14380,14360,14370,27777 -20220707,1206,14365,14375,14360,14375,11254 -20220707,1207,14370,14375,14360,14360,19803 -20220707,1208,14360,14365,14355,14365,31039 -20220707,1209,14365,14365,14360,14365,13524 -20220707,1210,14365,14370,14355,14370,35422 -20220707,1211,14370,14375,14365,14365,18269 -20220707,1212,14365,14365,14350,14350,32699 -20220707,1213,14355,14365,14355,14360,29027 -20220707,1214,14360,14380,14355,14380,28247 -20220707,1215,14380,14380,14370,14380,49372 -20220707,1216,14375,14385,14370,14370,33136 -20220707,1217,14370,14380,14370,14370,8347 -20220707,1218,14375,14385,14370,14380,44385 -20220707,1219,14380,14395,14370,14395,128340 -20220707,1220,14395,14405,14390,14400,115260 -20220707,1221,14405,14410,14390,14395,89481 -20220707,1222,14395,14400,14390,14395,21409 -20220707,1223,14395,14395,14385,14385,33491 -20220707,1224,14385,14395,14385,14395,22994 -20220707,1225,14395,14395,14390,14390,13132 -20220707,1226,14390,14390,14385,14390,25415 -20220707,1227,14395,14410,14395,14405,65116 -20220707,1228,14405,14405,14390,14395,107184 -20220707,1229,14395,14410,14395,14400,36184 -20220707,1230,14395,14400,14385,14390,44865 -20220707,1231,14390,14400,14385,14395,39778 -20220707,1232,14390,14395,14380,14380,47687 -20220707,1233,14380,14380,14370,14380,29797 -20220707,1234,14375,14380,14365,14370,15597 -20220707,1235,14370,14385,14370,14380,83220 -20220707,1236,14380,14385,14375,14375,107772 -20220707,1237,14375,14375,14370,14370,52015 -20220707,1238,14370,14375,14365,14370,28515 -20220707,1239,14370,14370,14360,14365,91884 -20220707,1240,14365,14375,14365,14375,38584 -20220707,1241,14375,14380,14370,14375,72570 -20220707,1242,14375,14380,14375,14380,4910 -20220707,1243,14380,14420,14380,14410,144262 -20220707,1244,14410,14415,14400,14410,34115 -20220707,1245,14405,14405,14395,14405,22678 -20220707,1246,14405,14420,14400,14420,70753 -20220707,1247,14425,14425,14400,14400,96862 -20220707,1248,14400,14400,14380,14380,40460 -20220707,1249,14380,14385,14375,14385,8271 -20220707,1250,14385,14390,14380,14385,36976 -20220707,1251,14385,14390,14380,14380,72686 -20220707,1252,14380,14390,14370,14385,70686 -20220707,1253,14385,14395,14375,14380,20390 -20220707,1254,14375,14385,14375,14380,11556 -20220707,1255,14380,14390,14380,14390,9674 -20220707,1256,14390,14395,14390,14390,30485 -20220707,1257,14395,14395,14385,14390,26524 -20220707,1258,14390,14390,14380,14385,27905 -20220707,1259,14385,14385,14370,14380,65022 -20220707,1300,14375,14380,14365,14370,50446 -20220707,1301,14370,14380,14365,14380,12343 -20220707,1302,14385,14390,14380,14380,18623 -20220707,1303,14385,14405,14385,14405,92962 -20220707,1304,14405,14405,14400,14405,29895 -20220707,1305,14410,14410,14400,14405,17485 -20220707,1306,14405,14420,14405,14410,73638 -20220707,1307,14415,14415,14405,14405,17404 -20220707,1308,14410,14410,14405,14405,12178 -20220707,1309,14405,14405,14400,14405,15948 -20220707,1310,14405,14415,14405,14410,31056 -20220707,1311,14410,14430,14410,14425,150268 -20220707,1312,14420,14435,14420,14425,46289 -20220707,1313,14420,14445,14420,14445,67780 -20220707,1314,14445,14450,14440,14440,81181 -20220707,1315,14445,14445,14430,14435,83405 -20220707,1316,14430,14435,14425,14425,49463 -20220707,1317,14430,14430,14415,14425,26808 -20220707,1318,14420,14430,14420,14430,20438 -20220707,1319,14430,14435,14425,14430,73974 -20220707,1320,14430,14430,14425,14425,12592 -20220707,1321,14425,14430,14425,14425,26972 -20220707,1322,14430,14430,14420,14425,60370 -20220707,1323,14425,14445,14420,14445,66833 -20220707,1324,14440,14450,14435,14445,50331 -20220707,1325,14445,14455,14440,14450,184314 -20220707,1326,14450,14460,14450,14455,79903 -20220707,1327,14450,14455,14440,14450,139952 -20220707,1328,14450,14455,14440,14440,92845 -20220707,1329,14435,14445,14435,14445,4563 -20220707,1330,14445,14450,14435,14440,82294 -20220707,1331,14445,14445,14435,14435,33385 -20220707,1332,14440,14440,14430,14430,85096 -20220707,1333,14430,14435,14425,14435,23142 -20220707,1334,14430,14440,14430,14440,10041 -20220707,1335,14435,14440,14435,14440,4792 -20220707,1336,14440,14450,14440,14440,52706 -20220707,1337,14440,14440,14430,14435,38539 -20220707,1338,14435,14440,14430,14435,6018 -20220707,1339,14440,14440,14435,14435,19317 -20220707,1340,14435,14440,14430,14435,18483 -20220707,1341,14435,14435,14430,14435,9482 -20220707,1342,14435,14435,14430,14430,6886 -20220707,1343,14430,14430,14415,14420,52784 -20220707,1344,14420,14430,14420,14425,36898 -20220707,1345,14425,14425,14410,14425,48387 -20220707,1346,14420,14435,14415,14425,75549 -20220707,1347,14435,14445,14430,14440,37727 -20220707,1348,14445,14455,14445,14445,114794 -20220707,1349,14445,14445,14440,14440,23614 -20220707,1350,14440,14455,14440,14450,60958 -20220707,1351,14455,14470,14450,14465,62279 -20220707,1352,14470,14475,14465,14465,87448 -20220707,1353,14465,14480,14465,14475,52112 -20220707,1354,14480,14480,14475,14480,166905 -20220707,1355,14480,14485,14475,14485,133921 -20220707,1356,14485,14490,14470,14485,50915 -20220707,1357,14485,14490,14475,14475,110423 -20220707,1358,14475,14485,14475,14485,12100 -20220707,1359,14485,14495,14480,14490,118907 -20220707,1400,14490,14495,14485,14490,134965 -20220707,1401,14495,14495,14480,14480,74995 -20220707,1402,14480,14490,14480,14480,77261 -20220707,1403,14480,14485,14470,14470,53961 -20220707,1404,14470,14480,14465,14480,52976 -20220707,1405,14475,14495,14475,14480,86690 -20220707,1406,14480,14485,14470,14485,73502 -20220707,1407,14480,14485,14470,14485,44878 -20220707,1408,14480,14500,14480,14500,111284 -20220707,1409,14495,14500,14480,14495,69725 -20220707,1410,14490,14495,14485,14490,14695 -20220707,1411,14490,14500,14480,14495,79735 -20220707,1412,14495,14495,14490,14490,61307 -20220707,1413,14495,14510,14490,14505,239202 -20220707,1414,14505,14520,14505,14515,82810 -20220707,1415,14520,14520,14505,14515,128264 -20220707,1416,14515,14520,14510,14520,64323 -20220707,1417,14520,14525,14515,14515,41197 -20220707,1418,14515,14530,14510,14530,69353 -20220707,1419,14530,14530,14515,14520,142825 -20220707,1420,14520,14525,14515,14520,46719 -20220707,1421,14520,14525,14515,14515,38826 -20220707,1422,14515,14520,14515,14515,7883 -20220707,1423,14515,14520,14510,14515,40244 -20220707,1424,14515,14520,14510,14510,17445 -20220707,1425,14515,14520,14515,14520,37109 -20220707,1426,14515,14520,14510,14520,62526 -20220707,1427,14515,14520,14505,14505,113284 -20220707,1428,14505,14515,14500,14500,18944 -20220707,1429,14500,14505,14495,14500,20294 -20220707,1430,14500,14500,14490,14495,31997 -20220707,1431,14495,14500,14485,14485,45639 -20220707,1432,14485,14495,14480,14480,88669 -20220707,1433,14485,14505,14480,14495,97853 -20220707,1434,14495,14500,14490,14490,34424 -20220707,1435,14490,14490,14480,14485,58980 -20220707,1436,14480,14485,14475,14480,34735 -20220707,1437,14480,14480,14470,14475,61599 -20220707,1438,14475,14485,14470,14475,55185 -20220707,1439,14480,14480,14465,14470,31517 -20220707,1440,14470,14480,14465,14475,25242 -20220707,1441,14480,14480,14465,14470,23926 -20220707,1442,14470,14470,14450,14460,58823 -20220707,1443,14455,14460,14445,14450,72729 -20220707,1444,14450,14460,14445,14450,30782 -20220707,1445,14445,14455,14440,14445,90278 -20220707,1446,14445,14455,14440,14440,102417 -20220707,1447,14445,14450,14440,14445,62817 -20220707,1448,14450,14450,14440,14445,34575 -20220707,1449,14445,14445,14435,14440,124748 -20220707,1450,14440,14440,14420,14430,89463 -20220707,1451,14430,14435,14425,14430,117902 -20220707,1452,14425,14430,14415,14425,79548 -20220707,1453,14420,14430,14405,14420,150337 -20220707,1454,14425,14440,14425,14435,119729 -20220707,1455,14435,14440,14425,14435,45973 -20220707,1456,14435,14435,14425,14430,27669 -20220707,1457,14430,14435,14430,14435,8554 -20220707,1458,14430,14440,14430,14440,51633 -20220707,1459,14435,14440,14435,14440,16255 -20220707,1500,14440,14445,14435,14440,39401 -20220707,1501,14440,14440,14415,14420,168960 -20220707,1502,14415,14420,14385,14390,206454 -20220707,1503,14385,14405,14380,14395,101766 -20220707,1504,14395,14400,14390,14400,19997 -20220707,1505,14400,14400,14385,14385,71713 -20220707,1506,14385,14405,14385,14395,119100 -20220707,1507,14395,14400,14385,14400,20832 -20220707,1508,14395,14395,14390,14395,37867 -20220707,1509,14395,14395,14375,14380,125197 -20220707,1510,14380,14390,14380,14390,44759 -20220707,1511,14390,14400,14385,14385,49892 -20220707,1512,14380,14380,14360,14370,130860 -20220707,1513,14370,14370,14350,14350,67947 -20220707,1514,14350,14370,14345,14365,92307 -20220707,1515,14365,14365,14355,14360,103572 -20220707,1516,14360,14375,14350,14370,88370 -20220707,1517,14370,14380,14365,14380,115494 -20220707,1518,14380,14390,14375,14390,43748 -20220707,1519,14390,14395,14380,14395,75037 -20220707,1520,14395,14400,14385,14395,134721 -20220707,1530,14370,14370,14370,14370,644600 diff --git a/hts/data/122630_20220708.csv b/hts/data/122630_20220708.csv deleted file mode 100644 index 60bdb6c..0000000 --- a/hts/data/122630_20220708.csv +++ /dev/null @@ -1,382 +0,0 @@ -날짜,시간,시가,고가,저가,종가,거래량 -20220708,0901,14580,14625,14560,14615,854630 -20220708,0902,14610,14640,14595,14640,578260 -20220708,0903,14635,14675,14630,14665,417670 -20220708,0904,14665,14690,14635,14640,434282 -20220708,0905,14645,14650,14600,14615,302802 -20220708,0906,14610,14610,14580,14585,276383 -20220708,0907,14585,14625,14575,14600,207033 -20220708,0908,14605,14605,14575,14585,122789 -20220708,0909,14580,14580,14550,14560,227759 -20220708,0910,14560,14585,14545,14575,187487 -20220708,0911,14575,14600,14565,14600,320656 -20220708,0912,14595,14600,14555,14555,208633 -20220708,0913,14555,14565,14535,14565,273038 -20220708,0914,14565,14585,14565,14570,71133 -20220708,0915,14575,14600,14570,14585,267950 -20220708,0916,14585,14610,14560,14595,250629 -20220708,0917,14590,14620,14580,14615,157904 -20220708,0918,14615,14625,14585,14605,161413 -20220708,0919,14600,14625,14585,14595,220753 -20220708,0920,14600,14615,14585,14615,170791 -20220708,0921,14615,14630,14595,14630,336957 -20220708,0922,14630,14635,14605,14625,187259 -20220708,0923,14620,14625,14600,14620,153201 -20220708,0924,14620,14630,14610,14615,99490 -20220708,0925,14620,14635,14610,14635,168100 -20220708,0926,14630,14640,14610,14620,127996 -20220708,0927,14620,14625,14560,14565,251287 -20220708,0928,14565,14595,14560,14590,106546 -20220708,0929,14585,14590,14570,14575,68757 -20220708,0930,14575,14585,14560,14565,222205 -20220708,0931,14560,14570,14550,14560,202764 -20220708,0932,14555,14560,14540,14545,192795 -20220708,0933,14545,14560,14525,14540,259943 -20220708,0934,14535,14565,14530,14550,148957 -20220708,0935,14545,14570,14545,14570,95216 -20220708,0936,14570,14580,14560,14575,40435 -20220708,0937,14570,14590,14565,14570,145666 -20220708,0938,14570,14595,14565,14590,115206 -20220708,0939,14590,14590,14570,14585,52146 -20220708,0940,14585,14605,14585,14590,151132 -20220708,0941,14590,14620,14585,14610,313373 -20220708,0942,14610,14640,14610,14630,257802 -20220708,0943,14630,14640,14620,14635,94144 -20220708,0944,14635,14645,14625,14645,133769 -20220708,0945,14645,14670,14635,14665,177610 -20220708,0946,14660,14680,14660,14675,212422 -20220708,0947,14680,14720,14680,14710,578149 -20220708,0948,14715,14725,14705,14720,115184 -20220708,0949,14720,14730,14705,14725,183453 -20220708,0950,14725,14735,14715,14725,134972 -20220708,0951,14730,14740,14720,14730,142539 -20220708,0952,14720,14735,14715,14715,101937 -20220708,0953,14715,14730,14705,14710,224790 -20220708,0954,14710,14740,14710,14740,197988 -20220708,0955,14740,14745,14720,14730,246272 -20220708,0956,14735,14745,14725,14725,168200 -20220708,0957,14725,14770,14725,14765,177725 -20220708,0958,14760,14780,14760,14770,225016 -20220708,0959,14765,14780,14760,14780,117890 -20220708,1000,14780,14795,14775,14795,235158 -20220708,1001,14795,14805,14790,14800,243527 -20220708,1002,14795,14795,14770,14790,181129 -20220708,1003,14785,14785,14760,14770,175158 -20220708,1004,14765,14770,14755,14765,141954 -20220708,1005,14765,14775,14755,14755,60033 -20220708,1006,14760,14780,14750,14780,83070 -20220708,1007,14780,14785,14770,14780,125493 -20220708,1008,14780,14780,14765,14765,74296 -20220708,1009,14765,14770,14745,14755,100176 -20220708,1010,14755,14775,14755,14760,94244 -20220708,1011,14760,14775,14755,14765,47633 -20220708,1012,14760,14770,14755,14760,56650 -20220708,1013,14760,14775,14760,14770,53061 -20220708,1014,14770,14775,14755,14760,63155 -20220708,1015,14760,14765,14750,14755,79894 -20220708,1016,14760,14765,14740,14760,70703 -20220708,1017,14760,14795,14760,14790,148753 -20220708,1018,14785,14785,14770,14780,103862 -20220708,1019,14780,14790,14775,14785,44791 -20220708,1020,14780,14780,14765,14770,87487 -20220708,1021,14770,14775,14765,14770,17553 -20220708,1022,14770,14785,14770,14785,33944 -20220708,1023,14785,14790,14760,14760,104469 -20220708,1024,14760,14770,14755,14760,41362 -20220708,1025,14760,14765,14750,14755,24088 -20220708,1026,14755,14760,14745,14750,24364 -20220708,1027,14745,14755,14740,14750,117188 -20220708,1028,14745,14755,14740,14750,54903 -20220708,1029,14745,14755,14735,14735,66732 -20220708,1030,14735,14735,14725,14730,98346 -20220708,1031,14730,14745,14730,14735,34373 -20220708,1032,14740,14745,14720,14720,35108 -20220708,1033,14720,14725,14700,14710,112402 -20220708,1034,14705,14710,14690,14700,176322 -20220708,1035,14700,14705,14680,14695,82512 -20220708,1036,14690,14705,14690,14700,64663 -20220708,1037,14705,14705,14685,14695,103546 -20220708,1038,14695,14705,14690,14705,25843 -20220708,1039,14705,14715,14695,14710,51675 -20220708,1040,14715,14730,14710,14720,66717 -20220708,1041,14715,14725,14710,14720,41896 -20220708,1042,14720,14735,14715,14730,72621 -20220708,1043,14730,14745,14730,14740,134051 -20220708,1044,14745,14765,14740,14765,114583 -20220708,1045,14760,14795,14760,14785,389957 -20220708,1046,14790,14795,14770,14775,152575 -20220708,1047,14775,14775,14760,14760,105986 -20220708,1048,14765,14765,14740,14745,62369 -20220708,1049,14740,14745,14735,14740,53946 -20220708,1050,14740,14745,14735,14740,39967 -20220708,1051,14740,14750,14735,14750,62090 -20220708,1052,14750,14750,14715,14715,82697 -20220708,1053,14715,14720,14695,14715,64240 -20220708,1054,14715,14715,14695,14695,52490 -20220708,1055,14695,14710,14695,14700,50225 -20220708,1056,14700,14720,14695,14720,50544 -20220708,1057,14715,14725,14710,14720,31476 -20220708,1058,14725,14725,14715,14715,29889 -20220708,1059,14710,14710,14685,14685,98473 -20220708,1100,14685,14700,14685,14695,48786 -20220708,1101,14695,14730,14695,14725,69485 -20220708,1102,14730,14735,14725,14735,114526 -20220708,1103,14730,14745,14730,14740,31253 -20220708,1104,14735,14745,14720,14745,42457 -20220708,1105,14745,14750,14730,14730,44409 -20220708,1106,14730,14730,14715,14715,30188 -20220708,1107,14720,14720,14705,14705,40879 -20220708,1108,14705,14705,14680,14685,127798 -20220708,1109,14680,14700,14680,14695,19657 -20220708,1110,14695,14700,14685,14690,23181 -20220708,1111,14685,14715,14685,14710,26562 -20220708,1112,14710,14710,14695,14700,23937 -20220708,1113,14700,14725,14700,14725,20403 -20220708,1114,14715,14725,14710,14725,37643 -20220708,1115,14720,14730,14710,14730,21902 -20220708,1116,14730,14735,14715,14715,28083 -20220708,1117,14710,14715,14705,14705,13705 -20220708,1118,14700,14700,14690,14695,13111 -20220708,1119,14695,14705,14690,14705,28026 -20220708,1120,14705,14715,14690,14695,14228 -20220708,1121,14695,14710,14695,14695,18298 -20220708,1122,14700,14715,14695,14715,13386 -20220708,1123,14715,14720,14715,14720,24631 -20220708,1124,14720,14730,14715,14725,18483 -20220708,1125,14725,14735,14720,14735,65587 -20220708,1126,14725,14740,14715,14730,112839 -20220708,1127,14730,14750,14730,14745,84548 -20220708,1128,14750,14755,14745,14750,84180 -20220708,1129,14750,14755,14750,14750,60684 -20220708,1130,14750,14765,14750,14760,77908 -20220708,1131,14760,14775,14760,14770,89392 -20220708,1132,14770,14770,14750,14750,88004 -20220708,1133,14750,14760,14750,14755,114139 -20220708,1134,14760,14760,14745,14755,73201 -20220708,1135,14750,14750,14735,14740,34051 -20220708,1136,14740,14745,14725,14745,121520 -20220708,1137,14745,14755,14740,14750,84534 -20220708,1138,14755,14755,14745,14755,34538 -20220708,1139,14755,14755,14740,14750,29949 -20220708,1140,14755,14755,14745,14755,31908 -20220708,1141,14755,14760,14750,14755,13729 -20220708,1142,14755,14765,14750,14760,17624 -20220708,1143,14760,14770,14755,14770,53142 -20220708,1144,14770,14770,14760,14760,42115 -20220708,1145,14760,14765,14745,14745,73991 -20220708,1146,14740,14745,14715,14730,75084 -20220708,1147,14725,14730,14700,14715,67165 -20220708,1148,14715,14735,14715,14720,34611 -20220708,1149,14715,14715,14695,14695,76984 -20220708,1150,14695,14705,14690,14700,30012 -20220708,1151,14700,14705,14690,14695,59922 -20220708,1152,14695,14705,14690,14695,66260 -20220708,1153,14695,14695,14685,14690,59018 -20220708,1154,14690,14700,14685,14690,39946 -20220708,1155,14690,14695,14680,14685,57963 -20220708,1156,14685,14690,14680,14685,45193 -20220708,1157,14685,14685,14645,14650,142393 -20220708,1158,14650,14655,14625,14630,120175 -20220708,1159,14630,14645,14610,14615,194412 -20220708,1200,14620,14625,14600,14615,170649 -20220708,1201,14615,14615,14580,14585,257227 -20220708,1202,14585,14605,14580,14585,146233 -20220708,1203,14585,14585,14570,14575,179965 -20220708,1204,14575,14575,14545,14555,229290 -20220708,1205,14550,14565,14545,14565,285719 -20220708,1206,14565,14565,14545,14565,100391 -20220708,1207,14560,14560,14540,14550,110476 -20220708,1208,14555,14570,14550,14570,125854 -20220708,1209,14570,14575,14550,14570,119680 -20220708,1210,14575,14580,14560,14570,51473 -20220708,1211,14570,14575,14560,14565,38959 -20220708,1212,14565,14580,14560,14580,41231 -20220708,1213,14580,14610,14580,14610,208576 -20220708,1214,14610,14615,14600,14610,147928 -20220708,1215,14610,14610,14595,14600,55054 -20220708,1216,14600,14610,14595,14605,53422 -20220708,1217,14605,14620,14605,14610,49519 -20220708,1218,14615,14615,14600,14610,21739 -20220708,1219,14605,14620,14605,14615,57679 -20220708,1220,14615,14635,14615,14630,128377 -20220708,1221,14630,14635,14625,14630,93719 -20220708,1222,14635,14635,14620,14620,56170 -20220708,1223,14620,14635,14605,14635,47526 -20220708,1224,14635,14640,14620,14620,70586 -20220708,1225,14620,14625,14610,14615,40992 -20220708,1226,14615,14625,14615,14625,52127 -20220708,1227,14625,14630,14610,14610,53690 -20220708,1228,14610,14620,14605,14620,69396 -20220708,1229,14615,14620,14600,14600,31909 -20220708,1230,14600,14605,14590,14595,114498 -20220708,1231,14600,14615,14595,14615,55255 -20220708,1232,14610,14630,14605,14630,67897 -20220708,1233,14630,14635,14620,14635,20322 -20220708,1234,14635,14650,14630,14630,178291 -20220708,1235,14635,14635,14620,14625,29613 -20220708,1236,14620,14625,14615,14615,45556 -20220708,1237,14615,14635,14610,14630,26177 -20220708,1238,14635,14640,14630,14630,27644 -20220708,1239,14630,14640,14630,14640,12915 -20220708,1240,14640,14650,14635,14640,83998 -20220708,1241,14640,14645,14630,14630,43000 -20220708,1242,14630,14630,14625,14625,15594 -20220708,1243,14625,14625,14610,14615,20324 -20220708,1244,14615,14615,14600,14605,59523 -20220708,1245,14605,14610,14600,14605,10794 -20220708,1246,14600,14610,14595,14605,78918 -20220708,1247,14605,14610,14590,14590,44321 -20220708,1248,14595,14600,14590,14595,85019 -20220708,1249,14595,14620,14595,14620,161055 -20220708,1250,14615,14630,14615,14620,80815 -20220708,1251,14620,14630,14615,14615,69704 -20220708,1252,14615,14620,14600,14600,41918 -20220708,1253,14600,14600,14590,14595,174118 -20220708,1254,14595,14610,14595,14600,61139 -20220708,1255,14600,14620,14600,14610,26069 -20220708,1256,14615,14615,14600,14600,12211 -20220708,1257,14600,14610,14590,14595,55629 -20220708,1258,14595,14595,14590,14590,14018 -20220708,1259,14590,14590,14575,14580,103111 -20220708,1300,14580,14580,14570,14570,37927 -20220708,1301,14580,14585,14570,14585,47828 -20220708,1302,14585,14600,14580,14595,30538 -20220708,1303,14595,14600,14585,14595,21182 -20220708,1304,14595,14605,14585,14585,28314 -20220708,1305,14595,14615,14585,14610,74212 -20220708,1306,14610,14615,14600,14610,18802 -20220708,1307,14610,14615,14605,14615,46405 -20220708,1308,14615,14615,14595,14595,42041 -20220708,1309,14595,14605,14595,14605,19398 -20220708,1310,14605,14620,14605,14610,19340 -20220708,1311,14605,14610,14605,14610,16604 -20220708,1312,14610,14615,14605,14605,11067 -20220708,1313,14610,14620,14610,14620,56699 -20220708,1314,14615,14620,14610,14610,18059 -20220708,1315,14610,14610,14605,14610,7972 -20220708,1316,14610,14610,14590,14600,89477 -20220708,1317,14600,14600,14590,14590,100059 -20220708,1318,14590,14590,14580,14585,22022 -20220708,1319,14580,14585,14570,14570,80057 -20220708,1320,14570,14570,14550,14550,128974 -20220708,1321,14550,14570,14550,14565,22305 -20220708,1322,14560,14575,14560,14575,39332 -20220708,1323,14570,14580,14560,14565,52780 -20220708,1324,14565,14575,14560,14570,8632 -20220708,1325,14570,14580,14570,14580,19058 -20220708,1326,14580,14585,14575,14585,16266 -20220708,1327,14585,14585,14575,14575,15143 -20220708,1328,14570,14590,14570,14575,15798 -20220708,1329,14575,14575,14560,14565,22617 -20220708,1330,14570,14575,14565,14565,14891 -20220708,1331,14565,14595,14565,14585,47980 -20220708,1332,14590,14590,14580,14590,42115 -20220708,1333,14585,14595,14585,14595,53610 -20220708,1334,14595,14595,14585,14590,26311 -20220708,1335,14590,14595,14580,14585,9839 -20220708,1336,14585,14595,14580,14580,50049 -20220708,1337,14580,14595,14575,14595,33092 -20220708,1338,14600,14610,14595,14605,82271 -20220708,1339,14605,14605,14595,14600,29568 -20220708,1340,14600,14605,14595,14595,16313 -20220708,1341,14595,14605,14590,14590,10006 -20220708,1342,14590,14595,14590,14590,8555 -20220708,1343,14590,14600,14585,14585,37228 -20220708,1344,14590,14605,14590,14600,15294 -20220708,1345,14600,14600,14590,14600,7187 -20220708,1346,14600,14605,14590,14595,35740 -20220708,1347,14595,14600,14590,14595,7162 -20220708,1348,14600,14610,14595,14610,49255 -20220708,1349,14610,14620,14605,14620,78566 -20220708,1350,14620,14620,14610,14615,48691 -20220708,1351,14615,14620,14605,14610,58406 -20220708,1352,14615,14620,14610,14615,52672 -20220708,1353,14615,14630,14610,14630,59369 -20220708,1354,14630,14635,14625,14625,54261 -20220708,1355,14630,14635,14625,14630,22836 -20220708,1356,14635,14660,14635,14655,205356 -20220708,1357,14655,14665,14650,14660,66549 -20220708,1358,14660,14665,14655,14660,85045 -20220708,1359,14660,14665,14655,14665,44124 -20220708,1400,14665,14670,14655,14665,70128 -20220708,1401,14665,14670,14660,14665,132796 -20220708,1402,14670,14685,14665,14680,167098 -20220708,1403,14680,14680,14665,14665,61361 -20220708,1404,14660,14675,14655,14665,198456 -20220708,1405,14665,14670,14655,14660,38621 -20220708,1406,14660,14670,14655,14660,53798 -20220708,1407,14660,14660,14650,14655,75823 -20220708,1408,14660,14675,14660,14670,35975 -20220708,1409,14670,14670,14655,14665,24058 -20220708,1410,14665,14675,14660,14670,44323 -20220708,1411,14675,14695,14670,14690,105861 -20220708,1412,14690,14695,14685,14690,31389 -20220708,1413,14690,14690,14680,14680,45405 -20220708,1414,14680,14690,14665,14670,28626 -20220708,1415,14665,14665,14650,14650,61757 -20220708,1416,14650,14660,14645,14655,113409 -20220708,1417,14655,14665,14650,14665,20422 -20220708,1418,14665,14675,14660,14660,63248 -20220708,1419,14665,14665,14645,14645,28005 -20220708,1420,14645,14655,14640,14650,20111 -20220708,1421,14650,14650,14635,14640,45896 -20220708,1422,14635,14645,14625,14625,60259 -20220708,1423,14625,14630,14610,14610,30530 -20220708,1424,14605,14610,14595,14605,67379 -20220708,1425,14605,14615,14600,14605,30176 -20220708,1426,14610,14625,14610,14620,44689 -20220708,1427,14620,14635,14620,14625,58191 -20220708,1428,14625,14640,14625,14640,15649 -20220708,1429,14640,14640,14620,14625,24886 -20220708,1430,14630,14635,14620,14625,6003 -20220708,1431,14625,14625,14600,14605,58940 -20220708,1432,14605,14615,14600,14615,47280 -20220708,1433,14610,14620,14605,14615,18728 -20220708,1434,14615,14620,14605,14620,35964 -20220708,1435,14620,14620,14610,14620,17038 -20220708,1436,14615,14630,14610,14630,25075 -20220708,1437,14630,14650,14630,14645,145689 -20220708,1438,14645,14650,14625,14625,178497 -20220708,1439,14625,14630,14615,14620,55550 -20220708,1440,14615,14615,14605,14605,32156 -20220708,1441,14600,14600,14585,14595,66272 -20220708,1442,14595,14615,14590,14600,60072 -20220708,1443,14605,14610,14590,14590,33543 -20220708,1444,14590,14590,14565,14580,78395 -20220708,1445,14585,14585,14570,14575,27731 -20220708,1446,14575,14580,14565,14580,44668 -20220708,1447,14580,14590,14580,14585,9570 -20220708,1448,14585,14585,14575,14575,25563 -20220708,1449,14575,14580,14565,14580,67696 -20220708,1450,14580,14600,14580,14595,61627 -20220708,1451,14595,14595,14585,14585,41078 -20220708,1452,14580,14580,14570,14575,58175 -20220708,1453,14570,14570,14555,14555,54628 -20220708,1454,14555,14555,14545,14550,105163 -20220708,1455,14550,14560,14540,14550,101914 -20220708,1456,14555,14565,14545,14560,35905 -20220708,1457,14570,14570,14555,14565,59394 -20220708,1458,14565,14575,14565,14570,29816 -20220708,1459,14575,14585,14575,14585,22092 -20220708,1500,14580,14590,14575,14580,34862 -20220708,1501,14580,14595,14575,14590,99433 -20220708,1502,14595,14600,14590,14600,44750 -20220708,1503,14600,14600,14590,14590,4141 -20220708,1504,14590,14600,14580,14600,17244 -20220708,1505,14595,14600,14585,14600,25291 -20220708,1506,14595,14600,14580,14580,5726 -20220708,1507,14585,14585,14570,14570,42027 -20220708,1508,14575,14575,14565,14565,51105 -20220708,1509,14570,14580,14560,14560,39495 -20220708,1510,14560,14565,14550,14555,21471 -20220708,1511,14555,14565,14555,14560,46343 -20220708,1512,14560,14570,14560,14565,51961 -20220708,1513,14565,14585,14565,14565,50023 -20220708,1514,14565,14570,14560,14565,12489 -20220708,1515,14565,14585,14560,14580,81329 -20220708,1516,14580,14585,14575,14580,81913 -20220708,1517,14580,14595,14575,14575,190743 -20220708,1518,14580,14585,14560,14565,47140 -20220708,1519,14565,14570,14550,14555,50404 -20220708,1520,14555,14560,14545,14555,116436 -20220708,1530,14520,14520,14520,14520,405115