Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- create table tunnels
- (
- interval varchar not null,
- ts_start timestamp not null,
- ts_end timestamp,
- price_top double precision not null,
- price_bottom double precision not null
- );
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 00:05:00.000000', '2023-10-01 00:20:00.000000', 26964, 26942);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-01 00:15:00.000000', '2023-10-01 03:00:00.000000', 27021.6, 26942);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 00:20:00.000000', '2023-10-01 00:35:00.000000', 26974.2, 26942);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-01 00:30:00.000000', '2023-10-01 08:00:00.000000', 27070.4, 26929.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 00:35:00.000000', '2023-10-01 01:05:00.000000', 26974.2, 26939);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-01 01:00:00.000000', '2023-10-01 12:00:00.000000', 27085, 26929.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 01:05:00.000000', '2023-10-01 01:20:00.000000', 26989.9, 26939);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 01:20:00.000000', '2023-10-01 02:30:00.000000', 26989.9, 26963.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-01 02:00:00.000000', '2023-10-01 14:00:00.000000', 27085, 26939);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 02:30:00.000000', '2023-10-01 02:45:00.000000', 27037.5, 26963.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 02:45:00.000000', '2023-10-01 02:55:00.000000', 27037.5, 27004.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 02:55:00.000000', '2023-10-01 03:15:00.000000', 27027.9, 27004.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-01 03:00:00.000000', '2023-10-01 03:15:00.000000', 27037.5, 26942);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 03:15:00.000000', '2023-10-01 03:40:00.000000', 27027.9, 26993.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-01 03:15:00.000000', '2023-10-01 04:00:00.000000', 27037.5, 26993.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 03:40:00.000000', '2023-10-01 03:50:00.000000', 27039.7, 26993.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 03:50:00.000000', '2023-10-01 04:05:00.000000', 27039.7, 27018.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-01 04:00:00.000000', '2023-10-01 04:45:00.000000', 27039.7, 26993.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 04:05:00.000000', '2023-10-01 04:20:00.000000', 27036.3, 27018.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 04:20:00.000000', '2023-10-01 05:35:00.000000', 27036.3, 27004.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-01 04:45:00.000000', '2023-10-01 07:30:00.000000', 27039.7, 27004.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 05:35:00.000000', '2023-10-01 05:40:00.000000', 27064.2, 27004.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 05:40:00.000000', '2023-10-01 06:20:00.000000', 27064.2, 27037.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 06:20:00.000000', '2023-10-01 06:25:00.000000', 27090.9, 27037.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 06:25:00.000000', '2023-10-01 06:40:00.000000', 27090.9, 27073);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 06:40:00.000000', '2023-10-01 06:45:00.000000', 27131.9, 27073);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 06:45:00.000000', '2023-10-01 07:25:00.000000', 27131.9, 27085);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 07:25:00.000000', '2023-10-01 07:40:00.000000', 27148, 27085);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-01 07:30:00.000000', '2023-10-01 08:30:00.000000', 27148, 27004.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 07:40:00.000000', '2023-10-01 07:45:00.000000', 27148, 27079.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 07:45:00.000000', '2023-10-01 08:05:00.000000', 27113.5, 27079.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-01 08:00:00.000000', '2023-10-01 08:30:00.000000', 27148, 26929.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 08:05:00.000000', '2023-10-01 08:10:00.000000', 27113.5, 27092);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 08:10:00.000000', '2023-10-01 08:25:00.000000', 27107.4, 27092);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 08:25:00.000000', '2023-10-01 08:55:00.000000', 27107.4, 27070.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-01 08:30:00.000000', '2023-10-01 10:30:00.000000', 27148, 27070.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-01 08:30:00.000000', '2023-10-01 10:30:00.000000', 27148, 27070.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 08:55:00.000000', '2023-10-01 09:00:00.000000', 27144.4, 27070.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 09:00:00.000000', '2023-10-01 09:40:00.000000', 27144.4, 27110.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 09:40:00.000000', '2023-10-01 09:45:00.000000', 27222, 27110.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 09:45:00.000000', '2023-10-01 10:15:00.000000', 27222, 27169);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 10:15:00.000000', '2023-10-01 10:50:00.000000', 27279.5, 27169);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-01 10:30:00.000000', '2023-10-01 11:30:00.000000', 27279.5, 27070.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-01 10:30:00.000000', '2023-10-01 11:30:00.000000', 27279.5, 27070.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 10:50:00.000000', '2023-10-01 11:00:00.000000', 27279.5, 27150);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 11:00:00.000000', '2023-10-01 11:15:00.000000', 27199.6, 27150);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 11:15:00.000000', '2023-10-01 11:45:00.000000', 27199.6, 27153);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-01 11:30:00.000000', '2023-10-01 12:00:00.000000', 27279.5, 27150);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-01 11:30:00.000000', '2023-10-01 11:45:00.000000', 27279.5, 27150);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-01 11:45:00.000000', '2023-10-01 12:30:00.000000', 27229.7, 27150);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 11:45:00.000000', '2023-10-01 12:25:00.000000', 27229.7, 27153);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-01 12:00:00.000000', '2023-10-01 14:00:00.000000', 27229.7, 27150);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-01 12:00:00.000000', '2023-10-01 21:00:00.000000', 27279.5, 26929.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 12:25:00.000000', '2023-10-01 12:55:00.000000', 27229.7, 27108.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-01 12:30:00.000000', '2023-10-01 13:00:00.000000', 27229.7, 27108.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 12:55:00.000000', '2023-10-01 13:20:00.000000', 27188, 27108.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-01 13:00:00.000000', '2023-10-01 13:45:00.000000', 27188, 27108.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 13:20:00.000000', '2023-10-01 13:35:00.000000', 27188, 27131.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 13:35:00.000000', '2023-10-01 13:40:00.000000', 27156.9, 27131.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 13:40:00.000000', '2023-10-01 14:30:00.000000', 27156.9, 27132.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-01 13:45:00.000000', '2023-10-01 14:30:00.000000', 27188, 27131.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-01 14:00:00.000000', '2023-10-01 20:00:00.000000', 27279.5, 26939);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-01 14:00:00.000000', '2023-10-01 14:30:00.000000', 27229.7, 27108.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-01 14:30:00.000000', '2023-10-01 19:30:00.000000', 27219.7, 27108.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-01 14:30:00.000000', '2023-10-01 15:30:00.000000', 27219.7, 27131.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 14:30:00.000000', '2023-10-01 15:00:00.000000', 27219.7, 27132.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 15:00:00.000000', '2023-10-01 15:15:00.000000', 27219.7, 27067.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 15:15:00.000000', '2023-10-01 15:25:00.000000', 27131.6, 27067.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 15:25:00.000000', '2023-10-01 15:45:00.000000', 27131.6, 27090.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-01 15:30:00.000000', '2023-10-01 16:15:00.000000', 27219.7, 27067.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 15:45:00.000000', '2023-10-01 15:50:00.000000', 27139.7, 27090.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 15:50:00.000000', '2023-10-01 16:05:00.000000', 27139.7, 27119.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H4', '2023-10-01 16:00:00.000000', '2023-10-01 20:00:00.000000', 27279.5, 26625);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 16:05:00.000000', '2023-10-01 16:10:00.000000', 27145, 27119.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 16:10:00.000000', '2023-10-01 16:15:00.000000', 27145, 27125.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 16:15:00.000000', '2023-10-01 16:45:00.000000', 27142.5, 27125.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-01 16:15:00.000000', '2023-10-01 17:00:00.000000', 27145, 27067.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 16:45:00.000000', '2023-10-01 16:55:00.000000', 27142.5, 27065.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 16:55:00.000000', '2023-10-01 17:00:00.000000', 27123, 27065.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 17:00:00.000000', '2023-10-01 17:15:00.000000', 27123, 27091.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-01 17:00:00.000000', '2023-10-01 17:30:00.000000', 27145, 27065.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 17:15:00.000000', '2023-10-01 18:00:00.000000', 27129.2, 27091.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-01 17:30:00.000000', '2023-10-01 18:15:00.000000', 27129.2, 27065.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 18:00:00.000000', '2023-10-01 18:35:00.000000', 27129.2, 27021.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-01 18:15:00.000000', '2023-10-01 19:00:00.000000', 27129.2, 27021.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 18:35:00.000000', '2023-10-01 18:45:00.000000', 27089.6, 27021.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 18:45:00.000000', '2023-10-01 18:50:00.000000', 27089.6, 27065.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 18:50:00.000000', '2023-10-01 18:55:00.000000', 27080.9, 27065.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 18:55:00.000000', '2023-10-01 19:10:00.000000', 27080.9, 27067.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-01 19:00:00.000000', '2023-10-01 19:30:00.000000', 27089.6, 27021.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 19:10:00.000000', '2023-10-01 19:20:00.000000', 27088.3, 27067.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 19:20:00.000000', '2023-10-01 19:50:00.000000', 27088.3, 27058.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-01 19:30:00.000000', '2023-10-01 20:30:00.000000', 27089.6, 27058.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-01 19:30:00.000000', '2023-10-02 01:00:00.000000', 27219.7, 27021.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 19:50:00.000000', '2023-10-01 20:10:00.000000', 27096, 27058.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H4', '2023-10-01 20:00:00.000000', '2023-10-02 16:00:00.000000', 27279.5, 27021.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-01 20:00:00.000000', '2023-10-02 14:00:00.000000', 27279.5, 27021.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 20:10:00.000000', '2023-10-01 20:30:00.000000', 27096, 27015);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-01 20:30:00.000000', '2023-10-01 20:45:00.000000', 27135.6, 27058.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 20:30:00.000000', '2023-10-01 20:40:00.000000', 27135.6, 27015);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 20:40:00.000000', '2023-10-01 21:10:00.000000', 27135.6, 27044.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-01 20:45:00.000000', '2023-10-02 00:15:00.000000', 27135.6, 27044.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-01 21:00:00.000000', '2023-10-02 05:00:00.000000', 27279.5, 27015);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 21:10:00.000000', '2023-10-01 21:20:00.000000', 27120.8, 27044.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 21:20:00.000000', '2023-10-01 21:35:00.000000', 27120.8, 27072.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 21:35:00.000000', '2023-10-01 21:40:00.000000', 27121.4, 27072.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 21:40:00.000000', '2023-10-01 22:40:00.000000', 27121.4, 27106.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 22:40:00.000000', '2023-10-01 22:45:00.000000', 28365.2, 27106.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 22:45:00.000000', '2023-10-01 23:05:00.000000', 28365.2, 27811.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 23:05:00.000000', '2023-10-01 23:20:00.000000', 28020, 27811.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 23:20:00.000000', '2023-10-01 23:25:00.000000', 28020, 27851.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 23:25:00.000000', '2023-10-01 23:35:00.000000', 27969.2, 27851.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-01 23:35:00.000000', '2023-10-02 00:05:00.000000', 27969.2, 27851.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 00:05:00.000000', '2023-10-02 00:40:00.000000', 28050.7, 27851.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-02 00:15:00.000000', '2023-10-02 01:45:00.000000', 28365.2, 27044.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 00:40:00.000000', '2023-10-02 00:50:00.000000', 28050.7, 27870);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 00:50:00.000000', '2023-10-02 01:00:00.000000', 27965.7, 27870);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 01:00:00.000000', '2023-10-02 01:10:00.000000', 27965.7, 27893);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-02 01:00:00.000000', '2023-10-02 02:00:00.000000', 28365.2, 27021.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 01:10:00.000000', '2023-10-02 01:30:00.000000', 27956.8, 27893);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 01:30:00.000000', '2023-10-02 02:40:00.000000', 27956.8, 27811.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-02 01:45:00.000000', '2023-10-02 03:15:00.000000', 28365.2, 27811.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-02 02:00:00.000000', '2023-10-02 04:30:00.000000', 28365.2, 27811.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 02:40:00.000000', '2023-10-02 02:45:00.000000', 27988.8, 27811.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 02:45:00.000000', '2023-10-02 03:05:00.000000', 27988.8, 27939.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 03:05:00.000000', '2023-10-02 03:20:00.000000', 27990, 27939.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-02 03:15:00.000000', '2023-10-02 03:30:00.000000', 27999, 27811.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 03:20:00.000000', '2023-10-02 04:05:00.000000', 27990, 27940);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-02 03:30:00.000000', '2023-10-02 04:15:00.000000', 27999, 27940);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 04:05:00.000000', '2023-10-02 04:35:00.000000', 28231, 27940);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-02 04:15:00.000000', '2023-10-02 04:45:00.000000', 28231, 27940);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-02 04:30:00.000000', '2023-10-02 05:00:00.000000', 28231, 27811.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 04:35:00.000000', '2023-10-02 04:40:00.000000', 28231, 28004.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 04:40:00.000000', '2023-10-02 04:45:00.000000', 28055.9, 28004.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-02 04:45:00.000000', '2023-10-02 05:30:00.000000', 28231, 28004.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 04:45:00.000000', '2023-10-02 05:05:00.000000', 28055.9, 28023.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-02 05:00:00.000000', '2023-10-02 06:00:00.000000', 28365.2, 27015);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-02 05:00:00.000000', '2023-10-02 05:30:00.000000', 28231, 28004.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 05:05:00.000000', '2023-10-02 05:15:00.000000', 28068.4, 28023.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 05:15:00.000000', '2023-10-02 05:30:00.000000', 28068.4, 28028.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-02 05:30:00.000000', '2023-10-02 06:15:00.000000', 28101.9, 28004.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-02 05:30:00.000000', '2023-10-02 06:30:00.000000', 28101.9, 28004.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 05:30:00.000000', '2023-10-02 06:00:00.000000', 28101.9, 28028.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-02 06:00:00.000000', '2023-10-02 11:00:00.000000', 28365.2, 27880);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 06:00:00.000000', '2023-10-02 06:05:00.000000', 28101.9, 27880);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 06:05:00.000000', '2023-10-02 06:15:00.000000', 27974.6, 27880);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 06:15:00.000000', '2023-10-02 07:55:00.000000', 27974.6, 27951.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-02 06:15:00.000000', '2023-10-02 08:45:00.000000', 28101.9, 27880);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-02 06:30:00.000000', '2023-10-02 09:00:00.000000', 28101.9, 27880);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 07:55:00.000000', '2023-10-02 08:10:00.000000', 28428.2, 27951.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 08:10:00.000000', '2023-10-02 08:40:00.000000', 28428.2, 28215);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 08:40:00.000000', '2023-10-02 09:30:00.000000', 28477, 28215);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-02 08:45:00.000000', '2023-10-02 10:00:00.000000', 28477, 27880);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-02 09:00:00.000000', '2023-10-02 10:00:00.000000', 28477, 27880);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 09:30:00.000000', '2023-10-02 09:40:00.000000', 28477, 28220.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 09:40:00.000000', '2023-10-02 09:50:00.000000', 28313.9, 28220.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 09:50:00.000000', '2023-10-02 10:15:00.000000', 28313.9, 28240.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-02 10:00:00.000000', '2023-10-02 10:45:00.000000', 28477, 28220.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-02 10:00:00.000000', '2023-10-02 11:30:00.000000', 28477, 28220.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 10:15:00.000000', '2023-10-02 10:25:00.000000', 28305.9, 28240.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 10:25:00.000000', '2023-10-02 10:35:00.000000', 28305.9, 28257.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 10:35:00.000000', '2023-10-02 10:45:00.000000', 28330.5, 28257.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-02 10:45:00.000000', '2023-10-02 11:15:00.000000', 28330.5, 28220.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 10:45:00.000000', '2023-10-02 10:50:00.000000', 28330.5, 28270.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 10:50:00.000000', '2023-10-02 11:00:00.000000', 28304.9, 28270.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 11:00:00.000000', '2023-10-02 11:05:00.000000', 28304.9, 28263.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-02 11:00:00.000000', '2023-10-02 13:00:00.000000', 28477, 27880);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 11:05:00.000000', '2023-10-02 11:15:00.000000', 28326.9, 28263.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 11:15:00.000000', '2023-10-02 11:35:00.000000', 28326.9, 28242.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-02 11:15:00.000000', '2023-10-02 11:30:00.000000', 28330.5, 28242.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-02 11:30:00.000000', '2023-10-02 12:30:00.000000', 28362.2, 28220.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-02 11:30:00.000000', '2023-10-02 12:15:00.000000', 28362.2, 28242.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 11:35:00.000000', '2023-10-02 12:05:00.000000', 28362.2, 28242.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 12:05:00.000000', '2023-10-02 13:05:00.000000', 28362.2, 28177);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-02 12:15:00.000000', '2023-10-02 14:15:00.000000', 28362.2, 28177);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-02 12:30:00.000000', '2023-10-02 14:30:00.000000', 28362.2, 28177);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-02 13:00:00.000000', '2023-10-02 15:00:00.000000', 28477, 28177);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 13:05:00.000000', '2023-10-02 13:10:00.000000', 28340.6, 28177);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 13:10:00.000000', '2023-10-02 13:25:00.000000', 28340.6, 28277.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 13:25:00.000000', '2023-10-02 13:30:00.000000', 28377.6, 28277.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 13:30:00.000000', '2023-10-02 13:50:00.000000', 28377.6, 28285.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 13:50:00.000000', '2023-10-02 13:55:00.000000', 28461.5, 28285.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 13:55:00.000000', '2023-10-02 14:05:00.000000', 28461.5, 28324.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-02 14:00:00.000000', '2023-10-03 04:00:00.000000', 28550, 27021.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 14:05:00.000000', '2023-10-02 14:25:00.000000', 28613, 28324.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-02 14:15:00.000000', '2023-10-02 15:00:00.000000', 28613, 28177);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 14:25:00.000000', '2023-10-02 14:40:00.000000', 28613, 28160.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-02 14:30:00.000000', '2023-10-02 17:30:00.000000', 28613, 28177);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 14:40:00.000000', '2023-10-02 14:55:00.000000', 28360, 28160.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 14:55:00.000000', '2023-10-02 15:05:00.000000', 28360, 28221.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-02 15:00:00.000000', '2023-10-03 02:00:00.000000', 28613, 28177);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-02 15:00:00.000000', '2023-10-02 15:45:00.000000', 28613, 28160.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 15:05:00.000000', '2023-10-02 15:10:00.000000', 28332, 28221.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 15:10:00.000000', '2023-10-02 15:15:00.000000', 28332, 28271.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 15:15:00.000000', '2023-10-02 15:20:00.000000', 28317.7, 28271.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 15:20:00.000000', '2023-10-02 15:35:00.000000', 28317.7, 28219);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 15:35:00.000000', '2023-10-02 16:10:00.000000', 28409.9, 28219);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-02 15:45:00.000000', '2023-10-02 17:30:00.000000', 28409.9, 28160.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H4', '2023-10-02 16:00:00.000000', '2023-10-04 00:00:00.000000', 28613, 27021.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 16:10:00.000000', '2023-10-02 16:30:00.000000', 28409.9, 27838.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 16:30:00.000000', '2023-10-02 16:45:00.000000', 28111, 27838.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 16:45:00.000000', '2023-10-02 16:50:00.000000', 28111, 27982.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 16:50:00.000000', '2023-10-02 17:15:00.000000', 28084.8, 27982.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 17:15:00.000000', '2023-10-02 17:50:00.000000', 28084.8, 27888.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-02 17:30:00.000000', '2023-10-02 18:00:00.000000', 28613, 27838.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-02 17:30:00.000000', '2023-10-02 18:15:00.000000', 28409.9, 27838.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 17:50:00.000000', '2023-10-02 18:10:00.000000', 28115, 27888.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-02 18:00:00.000000', '2023-10-02 19:30:00.000000', 28115, 27838.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 18:10:00.000000', '2023-10-02 18:20:00.000000', 28115, 28008.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-02 18:15:00.000000', '2023-10-02 19:30:00.000000', 28115, 27838.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 18:20:00.000000', '2023-10-02 18:30:00.000000', 28095, 28008.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 18:30:00.000000', '2023-10-02 18:35:00.000000', 28095, 27971.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 18:35:00.000000', '2023-10-02 18:50:00.000000', 28043, 27971.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 18:50:00.000000', '2023-10-02 19:00:00.000000', 28043, 27635.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 19:00:00.000000', '2023-10-02 19:10:00.000000', 27863.5, 27635.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 19:10:00.000000', '2023-10-02 19:40:00.000000', 27863.5, 27614.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-02 19:30:00.000000', '2023-10-02 20:30:00.000000', 28115, 27614.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-02 19:30:00.000000', '2023-10-02 20:15:00.000000', 28115, 27614.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 19:40:00.000000', '2023-10-02 19:50:00.000000', 27891.2, 27614.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 19:50:00.000000', '2023-10-02 20:05:00.000000', 27891.2, 27791.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 20:05:00.000000', '2023-10-02 20:35:00.000000', 27963.3, 27791.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-02 20:15:00.000000', '2023-10-02 22:30:00.000000', 27963.3, 27614.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-02 20:30:00.000000', '2023-10-03 01:30:00.000000', 27963.3, 27614.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 20:35:00.000000', '2023-10-02 20:40:00.000000', 27963.3, 27820);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 20:40:00.000000', '2023-10-02 20:50:00.000000', 27864.4, 27820);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 20:50:00.000000', '2023-10-02 20:55:00.000000', 27864.4, 27808);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 20:55:00.000000', '2023-10-02 21:00:00.000000', 27859.3, 27808);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 21:00:00.000000', '2023-10-02 21:10:00.000000', 27859.3, 27816.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 21:10:00.000000', '2023-10-02 21:20:00.000000', 27863.9, 27816.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 21:20:00.000000', '2023-10-02 21:30:00.000000', 27863.9, 27754);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 21:30:00.000000', '2023-10-02 22:15:00.000000', 27859.9, 27754);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 22:15:00.000000', '2023-10-02 23:05:00.000000', 27859.9, 27255);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-02 22:30:00.000000', '2023-10-02 23:00:00.000000', 27963.3, 27255);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-02 23:00:00.000000', '2023-10-02 23:30:00.000000', 27544.6, 27255);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 23:05:00.000000', '2023-10-02 23:20:00.000000', 27554.7, 27255);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 23:20:00.000000', '2023-10-02 23:55:00.000000', 27554.7, 27455);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-02 23:30:00.000000', '2023-10-03 00:00:00.000000', 27544.6, 27455);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-02 23:55:00.000000', '2023-10-03 00:20:00.000000', 27608.4, 27455);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('D1', '2023-10-03 00:00:00.000000', '2023-10-04 00:00:00.000000', 28613, 25965);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 00:00:00.000000', '2023-10-03 01:15:00.000000', 27608.4, 27455);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 00:20:00.000000', '2023-10-03 00:35:00.000000', 27608.4, 27465.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 00:35:00.000000', '2023-10-03 01:10:00.000000', 27559.3, 27465.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 01:10:00.000000', '2023-10-03 02:00:00.000000', 27559.3, 27373.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 01:15:00.000000', '2023-10-03 03:00:00.000000', 27608.4, 27366.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-03 01:30:00.000000', '2023-10-03 05:30:00.000000', 27963.3, 27255);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-03 02:00:00.000000', '2023-10-03 07:00:00.000000', 28613, 27255);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 02:00:00.000000', '2023-10-03 02:15:00.000000', 27555.2, 27373.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 02:15:00.000000', '2023-10-03 02:55:00.000000', 27555.2, 27502.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 02:55:00.000000', '2023-10-03 03:10:00.000000', 27607.8, 27502.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 03:00:00.000000', '2023-10-03 03:15:00.000000', 27607.8, 27366.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 03:10:00.000000', '2023-10-03 03:25:00.000000', 27607.8, 27517.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 03:15:00.000000', '2023-10-03 04:00:00.000000', 27607.8, 27517.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 03:25:00.000000', '2023-10-03 03:30:00.000000', 27579.1, 27517.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 03:30:00.000000', '2023-10-03 03:45:00.000000', 27579.1, 27538);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 03:45:00.000000', '2023-10-03 04:00:00.000000', 27627.9, 27538);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 04:00:00.000000', '2023-10-03 04:05:00.000000', 27627.9, 27559.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-03 04:00:00.000000', '2023-10-03 06:00:00.000000', 28550, 27255);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 04:00:00.000000', '2023-10-03 04:45:00.000000', 27627.9, 27517.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 04:05:00.000000', '2023-10-03 04:35:00.000000', 27596.3, 27559.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 04:35:00.000000', '2023-10-03 04:45:00.000000', 27596.3, 27530);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 04:45:00.000000', '2023-10-03 05:15:00.000000', 27627.9, 27530);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 04:45:00.000000', '2023-10-03 04:50:00.000000', 27582.8, 27530);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 04:50:00.000000', '2023-10-03 05:05:00.000000', 27582.8, 27544.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 05:05:00.000000', '2023-10-03 05:20:00.000000', 27633.3, 27544.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 05:15:00.000000', '2023-10-03 06:15:00.000000', 27633.3, 27530);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 05:20:00.000000', '2023-10-03 05:30:00.000000', 27633.3, 27574.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-03 05:30:00.000000', '2023-10-03 06:30:00.000000', 27633.3, 27255);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 05:30:00.000000', '2023-10-03 05:40:00.000000', 27605.8, 27574.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 05:40:00.000000', '2023-10-03 05:50:00.000000', 27605.8, 27571.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 05:50:00.000000', '2023-10-03 06:10:00.000000', 27599.7, 27571.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-03 06:00:00.000000', '2023-10-03 22:00:00.000000', 27633.3, 27255);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 06:10:00.000000', '2023-10-03 06:20:00.000000', 27599.7, 27549);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 06:15:00.000000', '2023-10-03 07:15:00.000000', 27633.3, 27549);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 06:20:00.000000', '2023-10-03 06:25:00.000000', 27594.8, 27549);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 06:25:00.000000', '2023-10-03 07:00:00.000000', 27594.8, 27555);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-03 06:30:00.000000', '2023-10-03 07:30:00.000000', 27633.3, 27549);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-03 07:00:00.000000', '2023-10-03 10:00:00.000000', 27665, 27255);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 07:00:00.000000', '2023-10-03 07:40:00.000000', 27665, 27555);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 07:15:00.000000', '2023-10-03 08:15:00.000000', 27665, 27549);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-03 07:30:00.000000', '2023-10-03 08:00:00.000000', 27665, 27549);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 07:40:00.000000', '2023-10-03 07:50:00.000000', 27665, 27510.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 07:50:00.000000', '2023-10-03 08:00:00.000000', 27567.5, 27510.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 08:00:00.000000', '2023-10-03 08:35:00.000000', 27567.5, 27519.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-03 08:00:00.000000', '2023-10-03 09:00:00.000000', 27665, 27510.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 08:15:00.000000', '2023-10-03 09:00:00.000000', 27665, 27510.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 08:35:00.000000', '2023-10-03 08:40:00.000000', 27630, 27519.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 08:40:00.000000', '2023-10-03 08:45:00.000000', 27630, 27583.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 08:45:00.000000', '2023-10-03 09:05:00.000000', 27625.3, 27583.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-03 09:00:00.000000', '2023-10-03 10:00:00.000000', 27630, 27510.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 09:00:00.000000', '2023-10-03 10:15:00.000000', 27630, 27510.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 09:05:00.000000', '2023-10-03 09:20:00.000000', 27625.3, 27576.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 09:20:00.000000', '2023-10-03 09:35:00.000000', 27607.3, 27576.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 09:35:00.000000', '2023-10-03 09:55:00.000000', 27607.3, 27528.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 09:55:00.000000', '2023-10-03 10:00:00.000000', 27572.4, 27528.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 10:00:00.000000', '2023-10-03 10:10:00.000000', 27572.4, 27530.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-03 10:00:00.000000', '2023-10-03 11:00:00.000000', 27630, 27528.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-03 10:00:00.000000', '2023-10-03 11:00:00.000000', 27665, 27510.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 10:10:00.000000', '2023-10-03 10:25:00.000000', 27593.1, 27530.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 10:15:00.000000', '2023-10-03 11:00:00.000000', 27630, 27528.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 10:25:00.000000', '2023-10-03 10:45:00.000000', 27593.1, 27539.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 10:45:00.000000', '2023-10-03 10:50:00.000000', 27600, 27539.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 10:50:00.000000', '2023-10-03 11:05:00.000000', 27600, 27569.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-03 11:00:00.000000', '2023-10-03 13:30:00.000000', 27623.5, 27528.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-03 11:00:00.000000', '2023-10-03 17:00:00.000000', 27623.5, 27510.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 11:00:00.000000', '2023-10-03 11:45:00.000000', 27623.5, 27528.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 11:05:00.000000', '2023-10-03 11:40:00.000000', 27623.5, 27569.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 11:40:00.000000', '2023-10-03 12:00:00.000000', 27623.5, 27458.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 11:45:00.000000', '2023-10-03 12:00:00.000000', 27623.5, 27458.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 12:00:00.000000', '2023-10-03 12:25:00.000000', 27563, 27458.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 12:00:00.000000', '2023-10-03 13:15:00.000000', 27563, 27458.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 12:25:00.000000', '2023-10-03 12:40:00.000000', 27563, 27400.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 12:40:00.000000', '2023-10-03 13:10:00.000000', 27513.8, 27400.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 13:10:00.000000', '2023-10-03 13:35:00.000000', 27513.8, 27373.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 13:15:00.000000', '2023-10-03 14:00:00.000000', 27563, 27373.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-03 13:30:00.000000', '2023-10-03 14:00:00.000000', 27623.5, 27373.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 13:35:00.000000', '2023-10-03 13:40:00.000000', 27529.1, 27373.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 13:40:00.000000', '2023-10-03 14:00:00.000000', 27529.1, 27493);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 14:00:00.000000', '2023-10-03 14:30:00.000000', 27569.2, 27493);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-03 14:00:00.000000', '2023-10-03 16:00:00.000000', 27569.2, 27373.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 14:00:00.000000', '2023-10-03 15:15:00.000000', 27569.2, 27373.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 14:30:00.000000', '2023-10-03 14:40:00.000000', 27569.2, 27333.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 14:40:00.000000', '2023-10-03 14:55:00.000000', 27449.5, 27333.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 14:55:00.000000', '2023-10-03 15:00:00.000000', 27449.5, 27255);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 15:00:00.000000', '2023-10-03 15:10:00.000000', 27362.6, 27255);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 15:10:00.000000', '2023-10-03 15:30:00.000000', 27362.6, 27265);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 15:15:00.000000', '2023-10-03 15:30:00.000000', 27569.2, 27255);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 15:30:00.000000', '2023-10-03 16:00:00.000000', 27406.4, 27265);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 15:30:00.000000', '2023-10-03 16:00:00.000000', 27406.4, 27255);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-03 16:00:00.000000', '2023-10-03 18:00:00.000000', 27569.2, 27212.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 16:00:00.000000', '2023-10-03 17:45:00.000000', 27406.4, 27212.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 16:00:00.000000', '2023-10-03 16:10:00.000000', 27406.4, 27212.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 16:10:00.000000', '2023-10-03 16:15:00.000000', 27395, 27212.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 16:15:00.000000', '2023-10-03 16:45:00.000000', 27395, 27305.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 16:45:00.000000', '2023-10-03 17:05:00.000000', 27433.4, 27305.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-03 17:00:00.000000', '2023-10-03 18:00:00.000000', 27623.5, 27212.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 17:05:00.000000', '2023-10-03 17:15:00.000000', 27433.4, 27371.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 17:15:00.000000', '2023-10-03 17:20:00.000000', 27440.8, 27371.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 17:20:00.000000', '2023-10-03 17:40:00.000000', 27440.8, 27387);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 17:40:00.000000', '2023-10-03 19:05:00.000000', 27479.5, 27387);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 17:45:00.000000', '2023-10-03 19:15:00.000000', 27479.5, 27212.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-03 18:00:00.000000', '2023-10-03 20:30:00.000000', 27479.5, 27212.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-03 18:00:00.000000', '2023-10-03 21:00:00.000000', 27479.5, 27212.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 19:05:00.000000', '2023-10-03 19:25:00.000000', 27479.5, 27230);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 19:15:00.000000', '2023-10-03 19:30:00.000000', 27479.5, 27230);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 19:25:00.000000', '2023-10-03 20:10:00.000000', 27417.8, 27230);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 19:30:00.000000', '2023-10-03 20:15:00.000000', 27417.8, 27230);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 20:10:00.000000', '2023-10-03 20:35:00.000000', 27417.8, 27123);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 20:15:00.000000', '2023-10-03 22:00:00.000000', 27417.8, 27123);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-03 20:30:00.000000', '2023-10-03 22:00:00.000000', 27479.5, 27123);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 20:35:00.000000', '2023-10-03 20:45:00.000000', 27385.9, 27123);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 20:45:00.000000', '2023-10-03 21:10:00.000000', 27385.9, 27321.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-03 21:00:00.000000', '2023-10-04 00:00:00.000000', 27479.5, 27123);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 21:10:00.000000', '2023-10-03 21:20:00.000000', 27394.5, 27321.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 21:20:00.000000', '2023-10-03 21:30:00.000000', 27394.5, 27358.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 21:30:00.000000', '2023-10-03 21:45:00.000000', 27446.8, 27358.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 21:45:00.000000', '2023-10-03 22:00:00.000000', 27446.8, 27344.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 22:00:00.000000', '2023-10-03 22:45:00.000000', 27446.8, 27123);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-03 22:00:00.000000', '2023-10-04 00:00:00.000000', 27633.3, 27123);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-03 22:00:00.000000', '2023-10-03 23:00:00.000000', 27446.8, 27123);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 22:00:00.000000', '2023-10-03 22:40:00.000000', 27425, 27344.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 22:40:00.000000', '2023-10-03 22:45:00.000000', 27425, 27263.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-03 22:45:00.000000', '2023-10-04 00:00:00.000000', 27446.8, 27263.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 22:45:00.000000', '2023-10-03 22:50:00.000000', 27315.9, 27263.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 22:50:00.000000', '2023-10-03 23:50:00.000000', 27315.9, 27252.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-03 23:00:00.000000', '2023-10-04 00:00:00.000000', 27446.8, 27252.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-03 23:50:00.000000', '2023-10-04 00:45:00.000000', 27459.7, 27252.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 00:00:00.000000', '2023-10-04 01:15:00.000000', 27459.7, 27263.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-04 00:00:00.000000', '2023-10-04 02:00:00.000000', 27459.7, 27252.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('D1', '2023-10-04 00:00:00.000000', '2023-10-09 00:00:00.000000', 28613, 27123);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-04 00:00:00.000000', '2023-10-04 02:00:00.000000', 27459.7, 27123);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-04 00:00:00.000000', '2023-10-04 02:00:00.000000', 27459.7, 27123);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H4', '2023-10-04 00:00:00.000000', '2023-10-05 04:00:00.000000', 28613, 27123);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 00:45:00.000000', '2023-10-04 01:00:00.000000', 27459.7, 27163.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 01:00:00.000000', '2023-10-04 01:05:00.000000', 27336, 27163.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 01:05:00.000000', '2023-10-04 01:15:00.000000', 27336, 27258.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 01:15:00.000000', '2023-10-04 01:25:00.000000', 27334, 27258.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 01:15:00.000000', '2023-10-04 01:30:00.000000', 27459.7, 27163.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 01:25:00.000000', '2023-10-04 01:35:00.000000', 27334, 27244.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 01:30:00.000000', '2023-10-04 01:45:00.000000', 27345.5, 27163.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 01:35:00.000000', '2023-10-04 01:45:00.000000', 27345.5, 27244.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 01:45:00.000000', '2023-10-04 02:00:00.000000', 27345.5, 27265.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 01:45:00.000000', '2023-10-04 02:45:00.000000', 27345.5, 27265.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-04 02:00:00.000000', '2023-10-04 12:00:00.000000', 27459.7, 27163.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-04 02:00:00.000000', '2023-10-04 05:00:00.000000', 27459.7, 27163.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 02:00:00.000000', '2023-10-04 02:05:00.000000', 27340, 27265.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-04 02:00:00.000000', '2023-10-04 04:00:00.000000', 27459.7, 27163.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 02:05:00.000000', '2023-10-04 02:30:00.000000', 27340, 27299.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 02:30:00.000000', '2023-10-04 02:50:00.000000', 27500, 27299.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 02:45:00.000000', '2023-10-04 03:00:00.000000', 27500, 27265.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 02:50:00.000000', '2023-10-04 03:25:00.000000', 27500, 27360);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 03:00:00.000000', '2023-10-04 03:30:00.000000', 27500, 27360);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 03:25:00.000000', '2023-10-04 03:45:00.000000', 27454, 27360);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 03:30:00.000000', '2023-10-04 05:30:00.000000', 27454, 27360);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 03:45:00.000000', '2023-10-04 04:05:00.000000', 27454, 27392);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-04 04:00:00.000000', '2023-10-04 07:00:00.000000', 27500, 27163.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 04:05:00.000000', '2023-10-04 04:35:00.000000', 27425.7, 27392);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 04:35:00.000000', '2023-10-04 04:40:00.000000', 27425.7, 27385);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 04:40:00.000000', '2023-10-04 05:25:00.000000', 27411.8, 27385);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-04 05:00:00.000000', '2023-10-04 06:00:00.000000', 27500, 27163.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 05:25:00.000000', '2023-10-04 06:05:00.000000', 27411.8, 27345);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 05:30:00.000000', '2023-10-04 06:15:00.000000', 27454, 27345);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-04 06:00:00.000000', '2023-10-04 13:00:00.000000', 27500, 27345);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 06:05:00.000000', '2023-10-04 06:35:00.000000', 27405.7, 27345);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 06:15:00.000000', '2023-10-04 06:45:00.000000', 27405.7, 27345);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 06:35:00.000000', '2023-10-04 07:20:00.000000', 27405.7, 27335.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 06:45:00.000000', '2023-10-04 07:30:00.000000', 27405.7, 27335.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-04 07:00:00.000000', '2023-10-04 10:30:00.000000', 27500, 27335.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 07:20:00.000000', '2023-10-04 07:40:00.000000', 27440, 27335.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 07:30:00.000000', '2023-10-04 07:45:00.000000', 27440, 27335.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 07:40:00.000000', '2023-10-04 08:15:00.000000', 27440, 27388.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 07:45:00.000000', '2023-10-04 10:15:00.000000', 27440, 27388.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 08:15:00.000000', '2023-10-04 08:20:00.000000', 27460, 27388.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 08:20:00.000000', '2023-10-04 09:00:00.000000', 27460, 27420.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 09:00:00.000000', '2023-10-04 09:05:00.000000', 27559.7, 27420.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 09:05:00.000000', '2023-10-04 10:10:00.000000', 27559.7, 27492.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 10:10:00.000000', '2023-10-04 11:00:00.000000', 27627.6, 27492.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 10:15:00.000000', '2023-10-04 11:15:00.000000', 27627.6, 27388.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-04 10:30:00.000000', '2023-10-04 11:00:00.000000', 27627.6, 27335.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 11:00:00.000000', '2023-10-04 11:50:00.000000', 27627.6, 27504);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-04 11:00:00.000000', '2023-10-04 13:00:00.000000', 27627.6, 27504);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 11:15:00.000000', '2023-10-04 12:00:00.000000', 27627.6, 27504);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 11:50:00.000000', '2023-10-04 12:00:00.000000', 27589.9, 27504);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 12:00:00.000000', '2023-10-04 12:15:00.000000', 27589.9, 27504);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 12:00:00.000000', '2023-10-04 12:05:00.000000', 27589.9, 27534.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-04 12:00:00.000000', '2023-10-04 16:00:00.000000', 27627.6, 27163.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 12:05:00.000000', '2023-10-04 12:15:00.000000', 27579.4, 27534.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 12:15:00.000000', '2023-10-04 13:00:00.000000', 27589.9, 27519.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 12:15:00.000000', '2023-10-04 12:50:00.000000', 27579.4, 27519.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 12:50:00.000000', '2023-10-04 13:30:00.000000', 27615, 27519.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-04 13:00:00.000000', '2023-10-04 16:00:00.000000', 27627.6, 27345);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-04 13:00:00.000000', '2023-10-04 15:00:00.000000', 27619.4, 27504);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 13:00:00.000000', '2023-10-04 15:00:00.000000', 27619.4, 27519.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 13:30:00.000000', '2023-10-04 13:40:00.000000', 27615, 27481.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 13:40:00.000000', '2023-10-04 14:10:00.000000', 27546, 27481.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 14:10:00.000000', '2023-10-04 14:15:00.000000', 27546, 27363.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 14:15:00.000000', '2023-10-04 14:35:00.000000', 27450, 27363.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 14:35:00.000000', '2023-10-04 14:45:00.000000', 27450, 27329.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 14:45:00.000000', '2023-10-04 14:55:00.000000', 27419.8, 27329.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 14:55:00.000000', '2023-10-04 15:45:00.000000', 27419.8, 27317.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 15:00:00.000000', '2023-10-04 15:45:00.000000', 27619.4, 27317.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-04 15:00:00.000000', '2023-10-04 22:00:00.000000', 27619.4, 27317.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 15:45:00.000000', '2023-10-04 16:15:00.000000', 27462.2, 27317.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 15:45:00.000000', '2023-10-04 16:15:00.000000', 27462.2, 27317.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-04 16:00:00.000000', '2023-10-05 02:00:00.000000', 27627.6, 27317.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-04 16:00:00.000000', '2023-10-05 01:00:00.000000', 27627.6, 27317.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 16:15:00.000000', '2023-10-04 16:50:00.000000', 27462.2, 27376.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 16:15:00.000000', '2023-10-04 17:30:00.000000', 27462.2, 27376.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 16:50:00.000000', '2023-10-04 17:05:00.000000', 27587.5, 27376.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 17:05:00.000000', '2023-10-04 17:25:00.000000', 27587.5, 27490.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 17:25:00.000000', '2023-10-04 17:40:00.000000', 27579.6, 27490.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 17:30:00.000000', '2023-10-04 17:45:00.000000', 27587.5, 27376.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 17:40:00.000000', '2023-10-04 17:55:00.000000', 27579.6, 27492.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 17:45:00.000000', '2023-10-04 18:30:00.000000', 27587.5, 27492.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 17:55:00.000000', '2023-10-04 18:00:00.000000', 27550.2, 27492.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 18:00:00.000000', '2023-10-04 18:20:00.000000', 27550.2, 27495);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 18:20:00.000000', '2023-10-04 18:30:00.000000', 27576.3, 27495);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 18:30:00.000000', '2023-10-04 18:35:00.000000', 27576.3, 27507.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 18:30:00.000000', '2023-10-04 18:45:00.000000', 27576.3, 27492.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 18:35:00.000000', '2023-10-04 18:50:00.000000', 27568, 27507.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 18:45:00.000000', '2023-10-04 19:30:00.000000', 27576.3, 27505);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 18:50:00.000000', '2023-10-04 19:20:00.000000', 27568, 27505);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 19:20:00.000000', '2023-10-04 19:50:00.000000', 27830, 27505);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 19:30:00.000000', '2023-10-04 20:15:00.000000', 27830, 27505);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 19:50:00.000000', '2023-10-04 19:55:00.000000', 27830, 27507.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 19:55:00.000000', '2023-10-04 20:05:00.000000', 27662, 27507.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 20:05:00.000000', '2023-10-04 20:45:00.000000', 27662, 27550);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 20:15:00.000000', '2023-10-04 20:45:00.000000', 27830, 27507.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 20:45:00.000000', '2023-10-04 21:05:00.000000', 27727.6, 27550);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 20:45:00.000000', '2023-10-04 21:00:00.000000', 27727.6, 27507.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 21:00:00.000000', '2023-10-04 21:45:00.000000', 27727.6, 27629.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 21:05:00.000000', '2023-10-04 21:20:00.000000', 27727.6, 27629.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 21:20:00.000000', '2023-10-04 21:25:00.000000', 27745, 27629.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 21:25:00.000000', '2023-10-04 21:45:00.000000', 27745, 27683);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 21:45:00.000000', '2023-10-04 22:05:00.000000', 27780, 27683);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 21:45:00.000000', '2023-10-04 22:30:00.000000', 27780, 27629.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-04 22:00:00.000000', '2023-10-04 22:30:00.000000', 27830, 27317.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 22:05:00.000000', '2023-10-04 22:15:00.000000', 27780, 27667.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 22:15:00.000000', '2023-10-04 22:30:00.000000', 27715.2, 27667.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 22:30:00.000000', '2023-10-04 23:45:00.000000', 27780, 27644);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 22:30:00.000000', '2023-10-04 22:55:00.000000', 27715.2, 27644);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-04 22:30:00.000000', '2023-10-05 00:00:00.000000', 27830, 27644);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 22:55:00.000000', '2023-10-04 23:00:00.000000', 27764.4, 27644);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 23:00:00.000000', '2023-10-04 23:10:00.000000', 27764.4, 27722.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 23:10:00.000000', '2023-10-04 23:15:00.000000', 27797.5, 27722.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 23:15:00.000000', '2023-10-04 23:25:00.000000', 27797.5, 27752.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 23:25:00.000000', '2023-10-04 23:35:00.000000', 27824, 27752.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 23:35:00.000000', '2023-10-04 23:45:00.000000', 27824, 27760);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-04 23:45:00.000000', '2023-10-05 00:30:00.000000', 27814.3, 27760);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-04 23:45:00.000000', '2023-10-05 00:30:00.000000', 27824, 27644);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-05 00:00:00.000000', '2023-10-05 00:30:00.000000', 27824, 27644);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-05 00:30:00.000000', '2023-10-05 01:00:00.000000', 27824, 27703.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 00:30:00.000000', '2023-10-05 01:00:00.000000', 27814.3, 27703.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 00:30:00.000000', '2023-10-05 01:00:00.000000', 27824, 27703.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 01:00:00.000000', '2023-10-05 03:15:00.000000', 27890, 27703.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-05 01:00:00.000000', '2023-10-05 09:00:00.000000', 27890, 27317.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-05 01:00:00.000000', '2023-10-05 04:30:00.000000', 27890, 27703.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 01:00:00.000000', '2023-10-05 01:50:00.000000', 27890, 27703.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 01:50:00.000000', '2023-10-05 02:05:00.000000', 27890, 27671.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-05 02:00:00.000000', '2023-10-05 08:00:00.000000', 27890, 27317.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 02:05:00.000000', '2023-10-05 02:40:00.000000', 27731.6, 27671.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 02:40:00.000000', '2023-10-05 02:50:00.000000', 27731.6, 27652.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 02:50:00.000000', '2023-10-05 03:00:00.000000', 27692.7, 27652.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 03:00:00.000000', '2023-10-05 03:05:00.000000', 27692.7, 27640);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 03:05:00.000000', '2023-10-05 03:10:00.000000', 27678.2, 27640);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 03:10:00.000000', '2023-10-05 03:35:00.000000', 27678.2, 27655.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 03:15:00.000000', '2023-10-05 03:30:00.000000', 27890, 27640);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 03:30:00.000000', '2023-10-05 04:30:00.000000', 27698.2, 27640);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 03:35:00.000000', '2023-10-05 04:05:00.000000', 27698.2, 27655.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H4', '2023-10-05 04:00:00.000000', '2023-10-05 08:00:00.000000', 27890, 27123);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 04:05:00.000000', '2023-10-05 04:10:00.000000', 27698.2, 27622.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 04:10:00.000000', '2023-10-05 04:20:00.000000', 27650, 27622.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 04:20:00.000000', '2023-10-05 04:50:00.000000', 27650, 27632.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 04:30:00.000000', '2023-10-05 05:15:00.000000', 27698.2, 27622.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-05 04:30:00.000000', '2023-10-05 05:30:00.000000', 27890, 27622.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 04:50:00.000000', '2023-10-05 04:55:00.000000', 27673, 27632.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 04:55:00.000000', '2023-10-05 05:05:00.000000', 27673, 27638);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 05:05:00.000000', '2023-10-05 05:10:00.000000', 27684.4, 27638);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 05:10:00.000000', '2023-10-05 05:15:00.000000', 27684.4, 27661.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 05:15:00.000000', '2023-10-05 06:45:00.000000', 27688.4, 27622.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 05:15:00.000000', '2023-10-05 05:30:00.000000', 27688.4, 27661.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 05:30:00.000000', '2023-10-05 05:45:00.000000', 27688.4, 27650.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-05 05:30:00.000000', '2023-10-05 08:30:00.000000', 27688.4, 27622.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 05:45:00.000000', '2023-10-05 06:10:00.000000', 27682.5, 27650.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 06:10:00.000000', '2023-10-05 06:15:00.000000', 27682.5, 27609);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 06:15:00.000000', '2023-10-05 06:35:00.000000', 27643, 27609);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 06:35:00.000000', '2023-10-05 07:00:00.000000', 27643, 27590.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 06:45:00.000000', '2023-10-05 07:00:00.000000', 27688.4, 27590.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 07:00:00.000000', '2023-10-05 08:00:00.000000', 27655, 27590.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 07:00:00.000000', '2023-10-05 07:45:00.000000', 27655, 27590.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 07:45:00.000000', '2023-10-05 08:15:00.000000', 27655, 27533.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 08:00:00.000000', '2023-10-05 08:15:00.000000', 27655, 27533.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-05 08:00:00.000000', '2023-10-05 14:00:00.000000', 27890, 27533.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H4', '2023-10-05 08:00:00.000000', '2023-10-05 16:00:00.000000', 27890, 27533.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 08:15:00.000000', '2023-10-05 08:30:00.000000', 27603.5, 27533.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 08:15:00.000000', '2023-10-05 08:30:00.000000', 27603.5, 27533.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 08:30:00.000000', '2023-10-05 10:15:00.000000', 27603.5, 27578.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 08:30:00.000000', '2023-10-05 09:00:00.000000', 27603.5, 27578.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-05 08:30:00.000000', '2023-10-05 12:00:00.000000', 27688.4, 27533.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 09:00:00.000000', '2023-10-05 09:10:00.000000', 27653.9, 27578.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-05 09:00:00.000000', '2023-10-05 15:00:00.000000', 27890, 27533.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 09:10:00.000000', '2023-10-05 09:35:00.000000', 27653.9, 27620.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 09:35:00.000000', '2023-10-05 09:50:00.000000', 27718.5, 27620.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 09:50:00.000000', '2023-10-05 10:10:00.000000', 27718.5, 27654.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 10:10:00.000000', '2023-10-05 10:30:00.000000', 27688, 27654.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 10:15:00.000000', '2023-10-05 10:30:00.000000', 27718.5, 27578.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 10:30:00.000000', '2023-10-05 12:00:00.000000', 27718.5, 27644.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 10:30:00.000000', '2023-10-05 11:05:00.000000', 27688, 27644.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 11:05:00.000000', '2023-10-05 11:25:00.000000', 27737.8, 27644.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 11:25:00.000000', '2023-10-05 11:50:00.000000', 27737.8, 27686);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 11:50:00.000000', '2023-10-05 12:05:00.000000', 27764.9, 27686);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 12:00:00.000000', '2023-10-05 12:45:00.000000', 27764.9, 27644.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-05 12:00:00.000000', '2023-10-05 13:00:00.000000', 27764.9, 27533.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 12:05:00.000000', '2023-10-05 12:10:00.000000', 27764.9, 27702);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 12:10:00.000000', '2023-10-05 12:45:00.000000', 27755.6, 27702);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 12:45:00.000000', '2023-10-05 14:45:00.000000', 27764.9, 27663.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 12:45:00.000000', '2023-10-05 13:40:00.000000', 27755.6, 27663.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-05 13:00:00.000000', '2023-10-05 15:00:00.000000', 27764.9, 27663.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 13:40:00.000000', '2023-10-05 13:50:00.000000', 28095, 27663.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 13:50:00.000000', '2023-10-05 14:00:00.000000', 28095, 27876);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-05 14:00:00.000000', '2023-10-06 02:00:00.000000', 28095, 27533.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 14:00:00.000000', '2023-10-05 14:10:00.000000', 28011.6, 27876);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 14:10:00.000000', '2023-10-05 14:35:00.000000', 28011.6, 27905.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 14:35:00.000000', '2023-10-05 14:55:00.000000', 28110, 27905.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 14:45:00.000000', '2023-10-05 17:30:00.000000', 28110, 27663.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 14:55:00.000000', '2023-10-05 15:00:00.000000', 28110, 27928);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-05 15:00:00.000000', '2023-10-05 17:30:00.000000', 28110, 27663.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 15:00:00.000000', '2023-10-05 15:45:00.000000', 27986.1, 27928);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-05 15:00:00.000000', '2023-10-06 01:00:00.000000', 28110, 27533.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 15:45:00.000000', '2023-10-05 15:55:00.000000', 27986.1, 27380);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 15:55:00.000000', '2023-10-05 16:15:00.000000', 27609.8, 27380);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H4', '2023-10-05 16:00:00.000000', '2023-10-06 04:00:00.000000', 28110, 27533.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 16:15:00.000000', '2023-10-05 16:20:00.000000', 27609.8, 27350);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 16:20:00.000000', '2023-10-05 16:30:00.000000', 27506.6, 27350);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 16:30:00.000000', '2023-10-05 16:40:00.000000', 27506.6, 27410);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 16:40:00.000000', '2023-10-05 17:00:00.000000', 27515.6, 27410);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 17:00:00.000000', '2023-10-05 17:05:00.000000', 27515.6, 27360.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 17:05:00.000000', '2023-10-05 17:10:00.000000', 27455.6, 27360.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 17:10:00.000000', '2023-10-05 17:15:00.000000', 27455.6, 27371.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 17:15:00.000000', '2023-10-05 17:25:00.000000', 27441.4, 27371.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 17:25:00.000000', '2023-10-05 17:50:00.000000', 27441.4, 27333.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 17:30:00.000000', '2023-10-05 18:00:00.000000', 28110, 27333.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-05 17:30:00.000000', '2023-10-05 18:00:00.000000', 28110, 27333.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 17:50:00.000000', '2023-10-05 18:15:00.000000', 27529.5, 27333.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 18:00:00.000000', '2023-10-05 18:30:00.000000', 27529.5, 27333.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-05 18:00:00.000000', '2023-10-05 19:00:00.000000', 27529.5, 27333.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 18:15:00.000000', '2023-10-05 18:20:00.000000', 27529.5, 27410.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 18:20:00.000000', '2023-10-05 18:30:00.000000', 27491.5, 27410.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 18:30:00.000000', '2023-10-05 19:00:00.000000', 27529.5, 27403.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 18:30:00.000000', '2023-10-05 18:50:00.000000', 27491.5, 27403.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 18:50:00.000000', '2023-10-05 19:10:00.000000', 27529.9, 27403.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-05 19:00:00.000000', '2023-10-05 20:00:00.000000', 27529.5, 27403.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 19:00:00.000000', '2023-10-05 19:15:00.000000', 27529.9, 27403.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 19:10:00.000000', '2023-10-05 19:30:00.000000', 27529.9, 27437.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 19:15:00.000000', '2023-10-05 19:30:00.000000', 27529.9, 27437.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 19:30:00.000000', '2023-10-05 20:45:00.000000', 27510, 27437.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 19:30:00.000000', '2023-10-05 20:00:00.000000', 27510, 27437.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-05 20:00:00.000000', '2023-10-05 21:00:00.000000', 27511.1, 27403.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 20:00:00.000000', '2023-10-05 20:20:00.000000', 27510, 27418.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 20:20:00.000000', '2023-10-05 20:40:00.000000', 27491.3, 27418.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 20:40:00.000000', '2023-10-05 21:25:00.000000', 27491.3, 27390.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 20:45:00.000000', '2023-10-05 21:30:00.000000', 27510, 27390.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-05 21:00:00.000000', '2023-10-05 21:30:00.000000', 27511.1, 27390.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 21:25:00.000000', '2023-10-05 21:30:00.000000', 27497.2, 27390.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 21:30:00.000000', '2023-10-05 22:30:00.000000', 27497.2, 27390.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-05 21:30:00.000000', '2023-10-06 00:00:00.000000', 27497.2, 27390.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 21:30:00.000000', '2023-10-05 21:35:00.000000', 27497.2, 27437.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 21:35:00.000000', '2023-10-05 22:20:00.000000', 27478.8, 27437.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 22:20:00.000000', '2023-10-05 22:50:00.000000', 27478.8, 27368.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 22:30:00.000000', '2023-10-05 23:00:00.000000', 27497.2, 27368.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 22:50:00.000000', '2023-10-05 23:05:00.000000', 27454.7, 27368.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-05 23:00:00.000000', '2023-10-06 00:15:00.000000', 27454.7, 27368.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 23:05:00.000000', '2023-10-05 23:15:00.000000', 27454.7, 27414.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 23:15:00.000000', '2023-10-05 23:40:00.000000', 27448.8, 27414.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 23:40:00.000000', '2023-10-05 23:50:00.000000', 27448.8, 27383);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-05 23:50:00.000000', '2023-10-06 00:05:00.000000', 27428.5, 27383);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-06 00:00:00.000000', '2023-10-06 04:00:00.000000', 27497.2, 27368.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 00:05:00.000000', '2023-10-06 00:15:00.000000', 27428.5, 27392.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-06 00:15:00.000000', '2023-10-06 02:45:00.000000', 27454.7, 27383);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 00:15:00.000000', '2023-10-06 00:20:00.000000', 27410.4, 27392.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 00:20:00.000000', '2023-10-06 00:45:00.000000', 27410.4, 27382.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 00:45:00.000000', '2023-10-06 00:55:00.000000', 27454.6, 27382.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 00:55:00.000000', '2023-10-06 01:20:00.000000', 27454.6, 27420.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-06 01:00:00.000000', '2023-10-06 05:00:00.000000', 28110, 27333.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 01:20:00.000000', '2023-10-06 01:25:00.000000', 27496.1, 27420.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 01:25:00.000000', '2023-10-06 01:50:00.000000', 27496.1, 27460.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 01:50:00.000000', '2023-10-06 02:00:00.000000', 27524.5, 27460.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-06 02:00:00.000000', '2023-10-06 12:00:00.000000', 28095, 27333.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 02:00:00.000000', '2023-10-06 02:20:00.000000', 27524.5, 27497.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 02:20:00.000000', '2023-10-06 02:25:00.000000', 27575.2, 27497.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 02:25:00.000000', '2023-10-06 02:35:00.000000', 27575.2, 27520.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 02:35:00.000000', '2023-10-06 02:45:00.000000', 27582.8, 27520.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-06 02:45:00.000000', '2023-10-06 03:15:00.000000', 27582.8, 27383);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 02:45:00.000000', '2023-10-06 02:55:00.000000', 27582.8, 27524.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 02:55:00.000000', '2023-10-06 03:10:00.000000', 27559.9, 27524.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 03:10:00.000000', '2023-10-06 03:25:00.000000', 27559.9, 27517.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-06 03:15:00.000000', '2023-10-06 04:00:00.000000', 27582.8, 27517.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 03:25:00.000000', '2023-10-06 03:30:00.000000', 27558.6, 27517.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 03:30:00.000000', '2023-10-06 03:50:00.000000', 27558.6, 27533.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 03:50:00.000000', '2023-10-06 04:55:00.000000', 27565.2, 27533.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-06 04:00:00.000000', '2023-10-06 07:00:00.000000', 27582.8, 27368.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H4', '2023-10-06 04:00:00.000000', '2023-10-07 00:00:00.000000', 28110, 27333.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-06 04:00:00.000000', '2023-10-06 05:45:00.000000', 27565.2, 27517.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 04:55:00.000000', '2023-10-06 05:05:00.000000', 27565.2, 27471);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-06 05:00:00.000000', '2023-10-06 07:00:00.000000', 27582.8, 27333.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 05:05:00.000000', '2023-10-06 05:30:00.000000', 27520, 27471);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 05:30:00.000000', '2023-10-06 05:45:00.000000', 27520, 27460.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-06 05:45:00.000000', '2023-10-06 06:30:00.000000', 27565.2, 27460.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 05:45:00.000000', '2023-10-06 05:50:00.000000', 27490.5, 27460.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 05:50:00.000000', '2023-10-06 06:05:00.000000', 27490.5, 27465.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 06:05:00.000000', '2023-10-06 06:20:00.000000', 27502.1, 27465.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 06:20:00.000000', '2023-10-06 06:30:00.000000', 27502.1, 27463.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-06 06:30:00.000000', '2023-10-06 07:00:00.000000', 27507.5, 27460.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 06:30:00.000000', '2023-10-06 06:50:00.000000', 27507.5, 27463.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 06:50:00.000000', '2023-10-06 08:15:00.000000', 27507.5, 27450);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-06 07:00:00.000000', '2023-10-06 12:00:00.000000', 27582.8, 27450);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-06 07:00:00.000000', '2023-10-06 08:45:00.000000', 27507.5, 27450);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-06 07:00:00.000000', '2023-10-06 11:00:00.000000', 27582.8, 27450);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 08:15:00.000000', '2023-10-06 08:20:00.000000', 27648.4, 27450);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 08:20:00.000000', '2023-10-06 08:30:00.000000', 27648.4, 27587.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 08:30:00.000000', '2023-10-06 08:45:00.000000', 27649.8, 27587.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 08:45:00.000000', '2023-10-06 08:50:00.000000', 27649.8, 27591.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-06 08:45:00.000000', '2023-10-06 09:15:00.000000', 27658.9, 27450);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 08:50:00.000000', '2023-10-06 09:00:00.000000', 27635.9, 27591.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 09:00:00.000000', '2023-10-06 09:05:00.000000', 27635.9, 27593.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 09:05:00.000000', '2023-10-06 09:15:00.000000', 27617.2, 27593.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-06 09:15:00.000000', '2023-10-06 10:45:00.000000', 27658.9, 27571.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 09:15:00.000000', '2023-10-06 10:05:00.000000', 27617.2, 27571.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 10:05:00.000000', '2023-10-06 10:10:00.000000', 27690, 27571.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 10:10:00.000000', '2023-10-06 10:40:00.000000', 27690, 27660.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 10:40:00.000000', '2023-10-06 11:10:00.000000', 27785, 27660.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-06 10:45:00.000000', '2023-10-06 11:30:00.000000', 27785, 27571.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-06 11:00:00.000000', '2023-10-06 11:30:00.000000', 27785, 27450);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 11:10:00.000000', '2023-10-06 11:30:00.000000', 27785, 27601.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 11:30:00.000000', '2023-10-06 11:40:00.000000', 27698.1, 27601.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-06 11:30:00.000000', '2023-10-06 12:15:00.000000', 27785, 27601.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-06 11:30:00.000000', '2023-10-06 12:30:00.000000', 27785, 27601.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 11:40:00.000000', '2023-10-06 11:45:00.000000', 27698.1, 27660.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 11:45:00.000000', '2023-10-06 11:50:00.000000', 27709.4, 27660.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 11:50:00.000000', '2023-10-06 12:05:00.000000', 27709.4, 27659);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-06 12:00:00.000000', '2023-10-06 14:00:00.000000', 27785, 27333.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-06 12:00:00.000000', '2023-10-06 14:00:00.000000', 27785, 27450);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 12:05:00.000000', '2023-10-06 12:15:00.000000', 27763.1, 27659);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-06 12:15:00.000000', '2023-10-06 13:30:00.000000', 27763.1, 27601.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 12:15:00.000000', '2023-10-06 12:20:00.000000', 27763.1, 27690.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 12:20:00.000000', '2023-10-06 13:05:00.000000', 27746, 27690.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-06 12:30:00.000000', '2023-10-06 13:30:00.000000', 27763.1, 27601.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 13:05:00.000000', '2023-10-06 13:40:00.000000', 27746, 27156);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-06 13:30:00.000000', '2023-10-06 22:30:00.000000', 27763.1, 27156);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-06 13:30:00.000000', '2023-10-06 16:15:00.000000', 27763.1, 27156);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 13:40:00.000000', '2023-10-06 13:55:00.000000', 27697, 27156);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 13:55:00.000000', '2023-10-06 14:45:00.000000', 27697, 27433.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-06 14:00:00.000000', '2023-10-06 23:00:00.000000', 27785, 27156);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-06 14:00:00.000000', '2023-10-07 00:00:00.000000', 27785, 27156);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 14:45:00.000000', '2023-10-06 14:50:00.000000', 27694.9, 27433.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 14:50:00.000000', '2023-10-06 15:15:00.000000', 27694.9, 27579);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 15:15:00.000000', '2023-10-06 15:25:00.000000', 27717.3, 27579);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 15:25:00.000000', '2023-10-06 15:55:00.000000', 27717.3, 27615.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 15:55:00.000000', '2023-10-06 16:00:00.000000', 28035.6, 27615.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 16:00:00.000000', '2023-10-06 16:10:00.000000', 28035.6, 27880.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 16:10:00.000000', '2023-10-06 16:35:00.000000', 28012, 27880.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-06 16:15:00.000000', '2023-10-06 16:30:00.000000', 28035.6, 27156);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-06 16:30:00.000000', '2023-10-06 17:00:00.000000', 28035.6, 27790);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 16:35:00.000000', '2023-10-06 16:50:00.000000', 28012, 27790);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 16:50:00.000000', '2023-10-06 17:20:00.000000', 27933, 27790);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-06 17:00:00.000000', '2023-10-06 17:30:00.000000', 27933, 27790);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 17:20:00.000000', '2023-10-06 17:45:00.000000', 27933, 27773);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-06 17:30:00.000000', '2023-10-06 18:45:00.000000', 27933, 27773);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 17:45:00.000000', '2023-10-06 17:50:00.000000', 27995.4, 27773);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 17:50:00.000000', '2023-10-06 18:05:00.000000', 27995.4, 27921.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 18:05:00.000000', '2023-10-06 18:25:00.000000', 27981.9, 27921.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 18:25:00.000000', '2023-10-06 18:35:00.000000', 27981.9, 27876.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 18:35:00.000000', '2023-10-06 19:05:00.000000', 27971.3, 27876.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-06 18:45:00.000000', '2023-10-06 19:15:00.000000', 27995.4, 27773);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 19:05:00.000000', '2023-10-06 19:40:00.000000', 27971.3, 27851.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-06 19:15:00.000000', '2023-10-06 19:45:00.000000', 27995.4, 27851.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 19:40:00.000000', '2023-10-06 19:55:00.000000', 28030, 27851.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-06 19:45:00.000000', '2023-10-06 20:15:00.000000', 28030, 27851.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 19:55:00.000000', '2023-10-06 20:05:00.000000', 28030, 27892.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 20:05:00.000000', '2023-10-06 20:10:00.000000', 27966, 27892.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 20:10:00.000000', '2023-10-06 20:45:00.000000', 27966, 27880.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-06 20:15:00.000000', '2023-10-06 21:00:00.000000', 28030, 27880.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 20:45:00.000000', '2023-10-06 21:20:00.000000', 28009.8, 27880.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-06 21:00:00.000000', '2023-10-06 21:30:00.000000', 28009.8, 27880.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 21:20:00.000000', '2023-10-06 21:50:00.000000', 28009.8, 27915.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-06 21:30:00.000000', '2023-10-06 22:30:00.000000', 28009.8, 27915.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 21:50:00.000000', '2023-10-06 22:10:00.000000', 28450, 27915.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 22:10:00.000000', '2023-10-06 22:20:00.000000', 28450, 28000.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 22:20:00.000000', '2023-10-06 22:45:00.000000', 28127.4, 28000.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-06 22:30:00.000000', '2023-10-07 03:30:00.000000', 28450, 27156);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-06 22:30:00.000000', '2023-10-07 01:00:00.000000', 28450, 27915.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 22:45:00.000000', '2023-10-06 22:50:00.000000', 28127.4, 27986.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 22:50:00.000000', '2023-10-06 23:30:00.000000', 28065, 27986.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-06 23:00:00.000000', '2023-10-07 04:00:00.000000', 28450, 27156);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-06 23:30:00.000000', '2023-10-07 00:00:00.000000', 28065, 27861);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-07 00:00:00.000000', '2023-10-07 08:00:00.000000', 28450, 27156);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 00:00:00.000000', '2023-10-07 00:05:00.000000', 27936.5, 27861);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H4', '2023-10-07 00:00:00.000000', '2023-10-07 08:00:00.000000', 28450, 27333.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 00:05:00.000000', '2023-10-07 00:10:00.000000', 27936.5, 27892.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 00:10:00.000000', '2023-10-07 00:30:00.000000', 27944.6, 27892.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 00:30:00.000000', '2023-10-07 01:15:00.000000', 27944.6, 27822.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 01:00:00.000000', '2023-10-07 01:15:00.000000', 28450, 27822.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 01:15:00.000000', '2023-10-07 01:50:00.000000', 27939, 27822.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 01:15:00.000000', '2023-10-07 02:30:00.000000', 27939, 27822.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 01:50:00.000000', '2023-10-07 02:10:00.000000', 27939, 27854.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 02:10:00.000000', '2023-10-07 02:25:00.000000', 27908.6, 27854.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 02:25:00.000000', '2023-10-07 02:35:00.000000', 27908.6, 27857.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 02:30:00.000000', '2023-10-07 02:45:00.000000', 27939, 27854.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 02:35:00.000000', '2023-10-07 02:45:00.000000', 27899.4, 27857.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 02:45:00.000000', '2023-10-07 03:15:00.000000', 27899.4, 27854.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 02:45:00.000000', '2023-10-07 02:55:00.000000', 27899.4, 27870.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 02:55:00.000000', '2023-10-07 03:05:00.000000', 27895, 27870.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 03:05:00.000000', '2023-10-07 03:40:00.000000', 27895, 27854.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 03:15:00.000000', '2023-10-07 05:00:00.000000', 27899.4, 27854.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-07 03:30:00.000000', '2023-10-07 05:00:00.000000', 28450, 27822.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 03:40:00.000000', '2023-10-07 04:05:00.000000', 27937.1, 27854.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-07 04:00:00.000000', '2023-10-07 06:00:00.000000', 28450, 27822.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 04:05:00.000000', '2023-10-07 04:25:00.000000', 27937.1, 27887.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 04:25:00.000000', '2023-10-07 04:30:00.000000', 27920.1, 27887.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 04:30:00.000000', '2023-10-07 04:50:00.000000', 27920.1, 27900.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 04:50:00.000000', '2023-10-07 05:20:00.000000', 27924.4, 27900.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 05:00:00.000000', '2023-10-07 05:30:00.000000', 27937.1, 27854.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-07 05:00:00.000000', '2023-10-07 07:00:00.000000', 27937.1, 27822.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 05:20:00.000000', '2023-10-07 05:45:00.000000', 27924.4, 27884);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 05:30:00.000000', '2023-10-07 05:45:00.000000', 27937.1, 27884);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 05:45:00.000000', '2023-10-07 06:30:00.000000', 27933, 27884);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 05:45:00.000000', '2023-10-07 06:15:00.000000', 27933, 27884);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-07 06:00:00.000000', '2023-10-07 08:00:00.000000', 27933, 27822.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 06:15:00.000000', '2023-10-07 06:50:00.000000', 27933, 27858.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 06:30:00.000000', '2023-10-07 07:00:00.000000', 27933, 27858.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 06:50:00.000000', '2023-10-07 07:10:00.000000', 27899.6, 27858.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 07:00:00.000000', '2023-10-07 07:15:00.000000', 27899.6, 27858.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-07 07:00:00.000000', '2023-10-07 09:30:00.000000', 27937.1, 27858.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 07:10:00.000000', '2023-10-07 07:35:00.000000', 27899.6, 27872.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 07:15:00.000000', '2023-10-07 07:45:00.000000', 27899.6, 27872.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 07:35:00.000000', '2023-10-07 08:10:00.000000', 27907.2, 27872.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 07:45:00.000000', '2023-10-07 08:15:00.000000', 27907.2, 27872.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-07 08:00:00.000000', '2023-10-07 10:00:00.000000', 27933, 27858.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H4', '2023-10-07 08:00:00.000000', '2023-10-07 16:00:00.000000', 28450, 27822.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-07 08:00:00.000000', '2023-10-07 12:00:00.000000', 28450, 27822.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 08:10:00.000000', '2023-10-07 09:05:00.000000', 27907.2, 27865.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 08:15:00.000000', '2023-10-07 09:15:00.000000', 27907.2, 27865.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 09:05:00.000000', '2023-10-07 09:45:00.000000', 28018.7, 27865.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 09:15:00.000000', '2023-10-07 10:45:00.000000', 28018.7, 27865.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-07 09:30:00.000000', '2023-10-07 11:00:00.000000', 28018.7, 27858.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 09:45:00.000000', '2023-10-07 09:50:00.000000', 28018.7, 27932.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 09:50:00.000000', '2023-10-07 10:00:00.000000', 27956.8, 27932.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 10:00:00.000000', '2023-10-07 10:05:00.000000', 27956.8, 27920.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-07 10:00:00.000000', '2023-10-07 11:00:00.000000', 28018.7, 27858.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 10:05:00.000000', '2023-10-07 10:35:00.000000', 27949.8, 27920.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 10:35:00.000000', '2023-10-07 10:40:00.000000', 27949.8, 27914);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 10:40:00.000000', '2023-10-07 10:50:00.000000', 27929.8, 27914);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 10:45:00.000000', '2023-10-07 11:45:00.000000', 28018.7, 27914);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 10:50:00.000000', '2023-10-07 11:35:00.000000', 27929.8, 27915.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-07 11:00:00.000000', '2023-10-07 13:00:00.000000', 28018.7, 27914);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-07 11:00:00.000000', '2023-10-07 12:00:00.000000', 28018.7, 27914);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 11:35:00.000000', '2023-10-07 12:05:00.000000', 28000, 27915.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 11:45:00.000000', '2023-10-07 12:15:00.000000', 28000, 27914);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-07 12:00:00.000000', '2023-10-07 14:30:00.000000', 28000, 27914);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-07 12:00:00.000000', '2023-10-07 22:00:00.000000', 28018.7, 27822.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 12:05:00.000000', '2023-10-07 12:30:00.000000', 28000, 27918.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 12:15:00.000000', '2023-10-07 12:30:00.000000', 28000, 27918.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 12:30:00.000000', '2023-10-07 13:00:00.000000', 27974.8, 27918.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 12:30:00.000000', '2023-10-07 12:35:00.000000', 27974.8, 27918.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 12:35:00.000000', '2023-10-07 12:40:00.000000', 27974.8, 27937.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 12:40:00.000000', '2023-10-07 12:55:00.000000', 27962.7, 27937.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 12:55:00.000000', '2023-10-07 13:00:00.000000', 27962.7, 27932);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 13:00:00.000000', '2023-10-07 13:05:00.000000', 27957.1, 27932);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-07 13:00:00.000000', '2023-10-07 16:00:00.000000', 28000, 27914);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 13:00:00.000000', '2023-10-07 13:15:00.000000', 27974.8, 27932);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 13:05:00.000000', '2023-10-07 13:20:00.000000', 27957.1, 27940.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 13:15:00.000000', '2023-10-07 14:30:00.000000', 27965, 27932);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 13:20:00.000000', '2023-10-07 13:50:00.000000', 27965, 27940.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 13:50:00.000000', '2023-10-07 14:00:00.000000', 27965, 27882.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 14:00:00.000000', '2023-10-07 14:15:00.000000', 27931.5, 27882.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 14:15:00.000000', '2023-10-07 14:30:00.000000', 27931.5, 27898.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 14:30:00.000000', '2023-10-07 15:30:00.000000', 27965, 27882.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 14:30:00.000000', '2023-10-07 14:35:00.000000', 27926, 27898.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-07 14:30:00.000000', '2023-10-07 15:30:00.000000', 28000, 27882.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 14:35:00.000000', '2023-10-07 15:10:00.000000', 27926, 27906.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 15:10:00.000000', '2023-10-07 15:15:00.000000', 27951.3, 27906.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 15:15:00.000000', '2023-10-07 15:30:00.000000', 27951.3, 27930.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-07 15:30:00.000000', '2023-10-07 16:00:00.000000', 27959.9, 27882.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 15:30:00.000000', '2023-10-07 15:50:00.000000', 27959.9, 27930.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 15:30:00.000000', '2023-10-07 16:00:00.000000', 27959.9, 27882.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 15:50:00.000000', '2023-10-07 16:40:00.000000', 27959.9, 27885.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 16:00:00.000000', '2023-10-07 16:45:00.000000', 27959.9, 27885.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-07 16:00:00.000000', '2023-10-07 17:00:00.000000', 27959.9, 27885.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-07 16:00:00.000000', '2023-10-07 17:00:00.000000', 28000, 27882.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H4', '2023-10-07 16:00:00.000000', '2023-10-08 00:00:00.000000', 28018.7, 27822.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 16:40:00.000000', '2023-10-07 17:25:00.000000', 27949.9, 27885.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 16:45:00.000000', '2023-10-07 17:30:00.000000', 27952.6, 27885.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-07 17:00:00.000000', '2023-10-07 17:30:00.000000', 27952.6, 27885.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-07 17:00:00.000000', '2023-10-07 21:00:00.000000', 27952.6, 27882.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 17:25:00.000000', '2023-10-07 17:50:00.000000', 27949.9, 27885.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 17:30:00.000000', '2023-10-07 18:00:00.000000', 27952.6, 27885.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-07 17:30:00.000000', '2023-10-07 18:00:00.000000', 27952.6, 27885.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 17:50:00.000000', '2023-10-07 18:15:00.000000', 27949.8, 27885.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-07 18:00:00.000000', '2023-10-07 20:30:00.000000', 27949.8, 27885.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 18:00:00.000000', '2023-10-07 19:30:00.000000', 27949.8, 27885.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 18:15:00.000000', '2023-10-07 18:20:00.000000', 27949.8, 27909.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 18:20:00.000000', '2023-10-07 19:10:00.000000', 27931.7, 27909.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 19:10:00.000000', '2023-10-07 19:20:00.000000', 27931.7, 27846.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 19:20:00.000000', '2023-10-07 19:30:00.000000', 27894.7, 27846.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 19:30:00.000000', '2023-10-07 19:45:00.000000', 27949.8, 27846.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 19:30:00.000000', '2023-10-07 19:50:00.000000', 27894.7, 27865.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 19:45:00.000000', '2023-10-07 20:15:00.000000', 27907.2, 27846.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 19:50:00.000000', '2023-10-07 20:05:00.000000', 27908.4, 27865.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 20:05:00.000000', '2023-10-07 20:25:00.000000', 27908.4, 27831.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-07 20:15:00.000000', '2023-10-08 01:00:00.000000', 27907.2, 27831.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 20:25:00.000000', '2023-10-07 20:35:00.000000', 27884, 27831.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-07 20:30:00.000000', '2023-10-08 01:00:00.000000', 27949.8, 27831.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 20:35:00.000000', '2023-10-07 21:35:00.000000', 27884, 27859.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-07 21:00:00.000000', '2023-10-08 04:00:00.000000', 27952.6, 27831.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 21:35:00.000000', '2023-10-07 21:45:00.000000', 27943.6, 27859.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 21:45:00.000000', '2023-10-07 21:50:00.000000', 27943.6, 27910.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 21:50:00.000000', '2023-10-07 22:00:00.000000', 27941.1, 27910.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-07 22:00:00.000000', '2023-10-08 04:00:00.000000', 28018.7, 27831.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 22:00:00.000000', '2023-10-07 22:15:00.000000', 27941.1, 27917.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 22:15:00.000000', '2023-10-07 22:25:00.000000', 27940, 27917.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 22:25:00.000000', '2023-10-07 22:35:00.000000', 27940, 27909.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 22:35:00.000000', '2023-10-07 22:40:00.000000', 27933.2, 27909.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 22:40:00.000000', '2023-10-07 23:05:00.000000', 27933.2, 27920.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 23:05:00.000000', '2023-10-07 23:10:00.000000', 27940, 27920.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 23:10:00.000000', '2023-10-07 23:20:00.000000', 27940, 27928.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 23:20:00.000000', '2023-10-07 23:40:00.000000', 27944.4, 27928.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-07 23:40:00.000000', '2023-10-08 00:55:00.000000', 27944.4, 27928.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H4', '2023-10-08 00:00:00.000000', '2023-10-08 08:00:00.000000', 28018.7, 27831.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 00:55:00.000000', '2023-10-08 01:35:00.000000', 27966.6, 27928.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 01:00:00.000000', '2023-10-08 01:30:00.000000', 27968, 27831.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-08 01:00:00.000000', '2023-10-08 01:30:00.000000', 27968, 27831.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-08 01:30:00.000000', '2023-10-08 04:00:00.000000', 27968, 27930.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 01:30:00.000000', '2023-10-08 02:45:00.000000', 27968, 27930.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 01:35:00.000000', '2023-10-08 02:05:00.000000', 27966.6, 27924.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 02:05:00.000000', '2023-10-08 02:10:00.000000', 28016.9, 27924.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 02:10:00.000000', '2023-10-08 02:35:00.000000', 28016.9, 27986.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 02:35:00.000000', '2023-10-08 02:55:00.000000', 28082, 27986.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 02:45:00.000000', '2023-10-08 03:00:00.000000', 28082, 27930.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 02:55:00.000000', '2023-10-08 03:05:00.000000', 28082, 27965);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 03:00:00.000000', '2023-10-08 04:00:00.000000', 28082, 27965);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 03:05:00.000000', '2023-10-08 03:10:00.000000', 28005.6, 27965);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 03:10:00.000000', '2023-10-08 03:45:00.000000', 28005.6, 27980.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 03:45:00.000000', '2023-10-08 04:00:00.000000', 28079, 27980.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-08 04:00:00.000000', '2023-10-08 14:00:00.000000', 28082, 27831.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-08 04:00:00.000000', '2023-10-08 06:00:00.000000', 28082, 27930.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-08 04:00:00.000000', '2023-10-08 13:00:00.000000', 28082, 27831.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 04:00:00.000000', '2023-10-08 05:45:00.000000', 28079, 27965);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 04:00:00.000000', '2023-10-08 04:05:00.000000', 28079, 28040.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 04:05:00.000000', '2023-10-08 05:10:00.000000', 28061.5, 28040.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 05:10:00.000000', '2023-10-08 05:25:00.000000', 28061.5, 27905);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 05:25:00.000000', '2023-10-08 05:40:00.000000', 27931.9, 27905);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 05:40:00.000000', '2023-10-08 05:45:00.000000', 27931.9, 27867);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 05:45:00.000000', '2023-10-08 06:30:00.000000', 28079, 27867);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 05:45:00.000000', '2023-10-08 05:50:00.000000', 27921.4, 27867);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 05:50:00.000000', '2023-10-08 06:30:00.000000', 27921.4, 27887);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-08 06:00:00.000000', '2023-10-08 06:30:00.000000', 28082, 27867);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 06:30:00.000000', '2023-10-08 07:45:00.000000', 27939.9, 27867);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 06:30:00.000000', '2023-10-08 07:05:00.000000', 27939.9, 27887);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-08 06:30:00.000000', '2023-10-08 08:00:00.000000', 27939.9, 27867);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 07:05:00.000000', '2023-10-08 07:25:00.000000', 27939.9, 27864.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 07:25:00.000000', '2023-10-08 07:40:00.000000', 27909.6, 27864.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 07:40:00.000000', '2023-10-08 07:50:00.000000', 27909.6, 27880.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 07:45:00.000000', '2023-10-08 08:00:00.000000', 27939.9, 27864.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 07:50:00.000000', '2023-10-08 07:55:00.000000', 27909.9, 27880.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 07:55:00.000000', '2023-10-08 08:00:00.000000', 27909.9, 27891);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 08:00:00.000000', '2023-10-08 08:15:00.000000', 27899.5, 27891);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 08:00:00.000000', '2023-10-08 08:15:00.000000', 27909.9, 27864.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H4', '2023-10-08 08:00:00.000000', '2023-10-08 16:00:00.000000', 28082, 27831.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-08 08:00:00.000000', '2023-10-08 09:00:00.000000', 27939.9, 27864.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 08:15:00.000000', '2023-10-08 08:45:00.000000', 27909.9, 27860);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 08:15:00.000000', '2023-10-08 08:35:00.000000', 27899.5, 27860);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 08:35:00.000000', '2023-10-08 09:00:00.000000', 27927, 27860);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 08:45:00.000000', '2023-10-08 09:00:00.000000', 27927, 27860);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 09:00:00.000000', '2023-10-08 09:30:00.000000', 27927, 27885.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-08 09:00:00.000000', '2023-10-08 12:00:00.000000', 27927, 27864.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 09:00:00.000000', '2023-10-08 09:20:00.000000', 27927, 27885.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 09:20:00.000000', '2023-10-08 10:00:00.000000', 27923.2, 27885.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 09:30:00.000000', '2023-10-08 11:30:00.000000', 27923.2, 27885.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 10:00:00.000000', '2023-10-08 10:10:00.000000', 27923.2, 27812.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 10:10:00.000000', '2023-10-08 10:25:00.000000', 27885.1, 27812.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 10:25:00.000000', '2023-10-08 10:30:00.000000', 27885.1, 27847.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 10:30:00.000000', '2023-10-08 11:00:00.000000', 27872, 27847.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 11:00:00.000000', '2023-10-08 11:15:00.000000', 27872, 27758.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 11:15:00.000000', '2023-10-08 11:30:00.000000', 27839, 27758.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 11:30:00.000000', '2023-10-08 11:45:00.000000', 27923.2, 27758.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 11:30:00.000000', '2023-10-08 11:50:00.000000', 27839, 27782.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 11:45:00.000000', '2023-10-08 12:15:00.000000', 27839.8, 27758.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 11:50:00.000000', '2023-10-08 12:05:00.000000', 27839.8, 27782.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-08 12:00:00.000000', '2023-10-08 12:30:00.000000', 27927, 27758.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 12:05:00.000000', '2023-10-08 12:40:00.000000', 27839.8, 27790);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 12:15:00.000000', '2023-10-08 12:45:00.000000', 27839.8, 27790);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-08 12:30:00.000000', '2023-10-08 13:30:00.000000', 27865, 27758.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 12:40:00.000000', '2023-10-08 13:20:00.000000', 27865, 27790);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 12:45:00.000000', '2023-10-08 13:15:00.000000', 27865, 27790);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-08 13:00:00.000000', '2023-10-08 18:00:00.000000', 28082, 27758.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 13:15:00.000000', '2023-10-08 14:15:00.000000', 27865, 27688.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 13:20:00.000000', '2023-10-08 13:55:00.000000', 27865, 27671);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-08 13:30:00.000000', '2023-10-08 15:30:00.000000', 27865, 27671);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 13:55:00.000000', '2023-10-08 14:00:00.000000', 27989.8, 27671);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-08 14:00:00.000000', '2023-10-08 18:00:00.000000', 28082, 27671);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 14:00:00.000000', '2023-10-08 14:05:00.000000', 27989.8, 27862.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 14:05:00.000000', '2023-10-08 14:30:00.000000', 27938.7, 27862.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 14:15:00.000000', '2023-10-08 14:30:00.000000', 27989.8, 27688.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 14:30:00.000000', '2023-10-08 14:50:00.000000', 27938.7, 27859.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 14:30:00.000000', '2023-10-08 15:15:00.000000', 27989.8, 27859.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 14:50:00.000000', '2023-10-08 14:55:00.000000', 27968.6, 27859.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 14:55:00.000000', '2023-10-08 15:00:00.000000', 27968.6, 27901.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 15:00:00.000000', '2023-10-08 15:05:00.000000', 27930.4, 27901.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 15:05:00.000000', '2023-10-08 15:15:00.000000', 27930.4, 27908);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 15:15:00.000000', '2023-10-08 15:55:00.000000', 27940, 27908);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 15:15:00.000000', '2023-10-08 16:00:00.000000', 27968.6, 27859.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-08 15:30:00.000000', '2023-10-08 17:00:00.000000', 27989.8, 27671);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 15:55:00.000000', '2023-10-08 16:10:00.000000', 27940, 27869.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 16:00:00.000000', '2023-10-08 16:15:00.000000', 27968.6, 27869.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H4', '2023-10-08 16:00:00.000000', '2023-10-09 04:00:00.000000', 28082, 27671);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 16:10:00.000000', '2023-10-08 16:30:00.000000', 27928.8, 27869.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 16:15:00.000000', '2023-10-08 16:30:00.000000', 27928.8, 27869.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 16:30:00.000000', '2023-10-08 17:15:00.000000', 27928.8, 27858.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 16:30:00.000000', '2023-10-08 17:10:00.000000', 27928.8, 27858.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-08 17:00:00.000000', '2023-10-08 17:30:00.000000', 27989.8, 27858.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 17:10:00.000000', '2023-10-08 17:40:00.000000', 27937.1, 27858.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 17:15:00.000000', '2023-10-08 18:45:00.000000', 27937.1, 27858.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-08 17:30:00.000000', '2023-10-08 19:00:00.000000', 27937.1, 27858.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 17:40:00.000000', '2023-10-08 17:45:00.000000', 27937.1, 27870);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 17:45:00.000000', '2023-10-08 18:35:00.000000', 27888.6, 27870);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-08 18:00:00.000000', '2023-10-08 20:00:00.000000', 27968.6, 27671);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-08 18:00:00.000000', '2023-10-08 19:00:00.000000', 27989.8, 27758.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 18:35:00.000000', '2023-10-08 19:20:00.000000', 27888.6, 27791);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 18:45:00.000000', '2023-10-08 19:45:00.000000', 27937.1, 27791);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-08 19:00:00.000000', '2023-10-08 22:00:00.000000', 27989.8, 27791);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-08 19:00:00.000000', '2023-10-08 22:00:00.000000', 27937.1, 27791);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 19:20:00.000000', '2023-10-08 19:30:00.000000', 27910, 27791);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 19:30:00.000000', '2023-10-08 19:35:00.000000', 27910, 27871.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 19:35:00.000000', '2023-10-08 19:50:00.000000', 27900.3, 27871.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 19:45:00.000000', '2023-10-08 20:30:00.000000', 27910, 27791);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 19:50:00.000000', '2023-10-08 20:05:00.000000', 27900.3, 27865.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-08 20:00:00.000000', '2023-10-08 22:00:00.000000', 27968.6, 27791);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 20:05:00.000000', '2023-10-08 20:15:00.000000', 27886.1, 27865.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 20:15:00.000000', '2023-10-08 20:20:00.000000', 27886.1, 27861.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 20:20:00.000000', '2023-10-08 20:30:00.000000', 27884.1, 27861.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 20:30:00.000000', '2023-10-08 22:00:00.000000', 27910, 27861.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 20:30:00.000000', '2023-10-08 20:55:00.000000', 27884.1, 27864.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 20:55:00.000000', '2023-10-08 21:00:00.000000', 27919.8, 27864.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 21:00:00.000000', '2023-10-08 21:20:00.000000', 27919.8, 27891);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 21:20:00.000000', '2023-10-08 21:35:00.000000', 27938.1, 27891);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 21:35:00.000000', '2023-10-08 21:55:00.000000', 27938.1, 27875.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 21:55:00.000000', '2023-10-08 22:20:00.000000', 27968.7, 27875.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-08 22:00:00.000000', '2023-10-08 23:00:00.000000', 27968.7, 27791);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-08 22:00:00.000000', '2023-10-08 23:00:00.000000', 27968.7, 27791);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-08 22:00:00.000000', '2023-10-09 00:00:00.000000', 27968.7, 27791);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 22:00:00.000000', '2023-10-08 22:30:00.000000', 27968.7, 27861.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 22:20:00.000000', '2023-10-08 22:30:00.000000', 27968.7, 27780.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 22:30:00.000000', '2023-10-08 22:40:00.000000', 27917, 27780.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 22:30:00.000000', '2023-10-08 23:30:00.000000', 27968.7, 27780.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 22:40:00.000000', '2023-10-08 23:20:00.000000', 27917, 27838);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-08 23:00:00.000000', '2023-10-09 00:00:00.000000', 27968.7, 27780.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-08 23:00:00.000000', '2023-10-09 00:00:00.000000', 27968.7, 27780.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 23:20:00.000000', '2023-10-08 23:45:00.000000', 27929.5, 27838);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 23:30:00.000000', '2023-10-08 23:45:00.000000', 27929.5, 27780.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-08 23:45:00.000000', '2023-10-09 00:00:00.000000', 27929.5, 27880);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-08 23:45:00.000000', '2023-10-09 00:00:00.000000', 27929.5, 27880);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-09 00:00:00.000000', '2023-10-09 01:30:00.000000', 27929.5, 27780.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('D1', '2023-10-09 00:00:00.000000', '2023-10-15 00:00:00.000000', 28450, 27123);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-09 00:00:00.000000', '2023-10-09 01:00:00.000000', 27929.5, 27780.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-09 00:00:00.000000', '2023-10-09 04:00:00.000000', 27968.7, 27780.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 00:00:00.000000', '2023-10-09 01:15:00.000000', 27925.7, 27880);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 00:00:00.000000', '2023-10-09 00:35:00.000000', 27925.7, 27880);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 00:35:00.000000', '2023-10-09 00:40:00.000000', 27925.7, 27796.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 00:40:00.000000', '2023-10-09 01:15:00.000000', 27859.4, 27796.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-09 01:00:00.000000', '2023-10-09 05:00:00.000000', 27929.5, 27787.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 01:15:00.000000', '2023-10-09 03:15:00.000000', 27925.7, 27780.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 01:15:00.000000', '2023-10-09 02:05:00.000000', 27859.4, 27780.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-09 01:30:00.000000', '2023-10-09 03:30:00.000000', 27929.5, 27780.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 02:05:00.000000', '2023-10-09 02:10:00.000000', 27977, 27780.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 02:10:00.000000', '2023-10-09 02:25:00.000000', 27977, 27913.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 02:25:00.000000', '2023-10-09 02:40:00.000000', 27950, 27913.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 02:40:00.000000', '2023-10-09 02:55:00.000000', 27950, 27918.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 02:55:00.000000', '2023-10-09 03:05:00.000000', 27942.1, 27918.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 03:05:00.000000', '2023-10-09 03:15:00.000000', 27942.1, 27921.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 03:15:00.000000', '2023-10-09 03:35:00.000000', 27950, 27921.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 03:15:00.000000', '2023-10-09 04:15:00.000000', 27977, 27780.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-09 03:30:00.000000', '2023-10-09 04:00:00.000000', 27977, 27780.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 03:35:00.000000', '2023-10-09 03:50:00.000000', 27950, 27902.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 03:50:00.000000', '2023-10-09 04:05:00.000000', 27932.2, 27902.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H4', '2023-10-09 04:00:00.000000', '2023-10-09 20:00:00.000000', 27977, 27671);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-09 04:00:00.000000', '2023-10-09 18:00:00.000000', 27977, 27780.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-09 04:00:00.000000', '2023-10-09 05:00:00.000000', 27977, 27904.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 04:05:00.000000', '2023-10-09 04:10:00.000000', 27932.2, 27904.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 04:10:00.000000', '2023-10-09 04:20:00.000000', 27925.4, 27904.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 04:15:00.000000', '2023-10-09 04:45:00.000000', 27977, 27902.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 04:20:00.000000', '2023-10-09 04:45:00.000000', 27925.4, 27913.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 04:45:00.000000', '2023-10-09 06:05:00.000000', 27934, 27913.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 04:45:00.000000', '2023-10-09 06:15:00.000000', 27934, 27902.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-09 05:00:00.000000', '2023-10-09 14:00:00.000000', 27977, 27787.5);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-09 05:00:00.000000', '2023-10-09 06:30:00.000000', 27934, 27904.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 06:05:00.000000', '2023-10-09 06:15:00.000000', 27934, 27842.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 06:15:00.000000', '2023-10-09 07:00:00.000000', 27934, 27842.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 06:15:00.000000', '2023-10-09 06:20:00.000000', 27884.8, 27842.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 06:20:00.000000', '2023-10-09 06:55:00.000000', 27884.8, 27851.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-09 06:30:00.000000', '2023-10-09 07:00:00.000000', 27934, 27842.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 06:55:00.000000', '2023-10-09 07:40:00.000000', 27900, 27851.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-09 07:00:00.000000', '2023-10-09 13:30:00.000000', 27900, 27842.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 07:00:00.000000', '2023-10-09 11:30:00.000000', 27900, 27842.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 07:40:00.000000', '2023-10-09 07:45:00.000000', 27900, 27800);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 07:45:00.000000', '2023-10-09 08:05:00.000000', 27833.4, 27800);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 08:05:00.000000', '2023-10-09 08:15:00.000000', 27833.4, 27793.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 08:15:00.000000', '2023-10-09 08:40:00.000000', 27822.2, 27793.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 08:40:00.000000', '2023-10-09 08:45:00.000000', 27822.2, 27688);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 08:45:00.000000', '2023-10-09 09:05:00.000000', 27825.7, 27688);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 09:05:00.000000', '2023-10-09 09:25:00.000000', 27825.7, 27705.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 09:25:00.000000', '2023-10-09 10:25:00.000000', 27786.9, 27705.6);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 10:25:00.000000', '2023-10-09 10:30:00.000000', 27786.9, 27430);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 10:30:00.000000', '2023-10-09 10:50:00.000000', 27560, 27430);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 10:50:00.000000', '2023-10-09 11:00:00.000000', 27560, 27458);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 11:00:00.000000', '2023-10-09 11:30:00.000000', 27556, 27458);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 11:30:00.000000', '2023-10-09 11:45:00.000000', 27556, 27406.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 11:30:00.000000', '2023-10-09 11:45:00.000000', 27900, 27406.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 11:45:00.000000', '2023-10-09 12:15:00.000000', 27520.3, 27406.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 11:45:00.000000', '2023-10-09 12:30:00.000000', 27520.3, 27406.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 12:15:00.000000', '2023-10-09 12:35:00.000000', 27520.3, 27392);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 12:30:00.000000', '2023-10-09 12:45:00.000000', 27520.3, 27366.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 12:35:00.000000', '2023-10-09 13:10:00.000000', 27537.8, 27392);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 12:45:00.000000', '2023-10-09 13:15:00.000000', 27537.8, 27366.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 13:10:00.000000', '2023-10-09 14:05:00.000000', 27537.8, 27358.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 13:15:00.000000', '2023-10-09 14:45:00.000000', 27537.8, 27358.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-09 13:30:00.000000', '2023-10-09 15:30:00.000000', 27900, 27358.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-09 14:00:00.000000', '2023-10-09 15:00:00.000000', 27977, 27358.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 14:05:00.000000', '2023-10-09 14:15:00.000000', 27530, 27358.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 14:15:00.000000', '2023-10-09 14:30:00.000000', 27530, 27458.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 14:30:00.000000', '2023-10-09 14:55:00.000000', 27567.2, 27458.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 14:45:00.000000', '2023-10-09 15:15:00.000000', 27567.2, 27358.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 14:55:00.000000', '2023-10-09 15:00:00.000000', 27567.2, 27450.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-09 15:00:00.000000', '2023-10-09 17:00:00.000000', 27567.2, 27358.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 15:00:00.000000', '2023-10-09 15:10:00.000000', 27508.7, 27450.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 15:10:00.000000', '2023-10-09 15:20:00.000000', 27508.7, 27456.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 15:15:00.000000', '2023-10-09 15:45:00.000000', 27567.2, 27450.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 15:20:00.000000', '2023-10-09 15:25:00.000000', 27512.5, 27456.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 15:25:00.000000', '2023-10-09 15:40:00.000000', 27512.5, 27471.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-09 15:30:00.000000', '2023-10-09 17:00:00.000000', 27567.2, 27358.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 15:40:00.000000', '2023-10-09 16:05:00.000000', 27529.9, 27471.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 15:45:00.000000', '2023-10-09 17:00:00.000000', 27529.9, 27450.8);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 16:05:00.000000', '2023-10-09 16:25:00.000000', 27529.9, 27342);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 16:25:00.000000', '2023-10-09 16:50:00.000000', 27539.4, 27342);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 16:50:00.000000', '2023-10-09 17:05:00.000000', 27539.4, 27250);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-09 17:00:00.000000', '2023-10-09 19:00:00.000000', 27567.2, 27250);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-09 17:00:00.000000', '2023-10-09 23:00:00.000000', 27567.2, 27250);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 17:00:00.000000', '2023-10-09 18:45:00.000000', 27529.9, 27250);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 17:05:00.000000', '2023-10-09 17:10:00.000000', 27397.8, 27250);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 17:10:00.000000', '2023-10-09 18:20:00.000000', 27397.8, 27330.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H2', '2023-10-09 18:00:00.000000', '2023-10-10 00:00:00.000000', 27977, 27250);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 18:20:00.000000', '2023-10-09 18:25:00.000000', 27670.5, 27330.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 18:25:00.000000', '2023-10-09 18:35:00.000000', 27670.5, 27605.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 18:35:00.000000', '2023-10-09 19:05:00.000000', 27739.6, 27605.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 18:45:00.000000', '2023-10-09 19:15:00.000000', 27739.6, 27250);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-09 19:00:00.000000', '2023-10-09 19:30:00.000000', 27739.6, 27250);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 19:05:00.000000', '2023-10-09 19:30:00.000000', 27739.6, 27526.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 19:15:00.000000', '2023-10-09 19:30:00.000000', 27739.6, 27526.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-09 19:30:00.000000', '2023-10-09 20:30:00.000000', 27739.6, 27526.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 19:30:00.000000', '2023-10-09 19:50:00.000000', 27632.4, 27526.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 19:30:00.000000', '2023-10-09 20:00:00.000000', 27632.4, 27526.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 19:50:00.000000', '2023-10-09 20:10:00.000000', 27632.4, 27557.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 20:00:00.000000', '2023-10-09 20:15:00.000000', 27632.4, 27557.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H4', '2023-10-09 20:00:00.000000', '2023-10-10 08:00:00.000000', 27977, 27250);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 20:10:00.000000', '2023-10-09 20:20:00.000000', 27644, 27557.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 20:15:00.000000', '2023-10-09 21:15:00.000000', 27644, 27557.4);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 20:20:00.000000', '2023-10-09 20:25:00.000000', 27644, 27567.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 20:25:00.000000', '2023-10-09 21:00:00.000000', 27604.6, 27567.1);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-09 20:30:00.000000', '2023-10-09 21:30:00.000000', 27644, 27526.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 21:00:00.000000', '2023-10-09 21:10:00.000000', 27604.6, 27542.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 21:10:00.000000', '2023-10-09 21:15:00.000000', 27575, 27542.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 21:15:00.000000', '2023-10-09 22:00:00.000000', 27644, 27542.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 21:15:00.000000', '2023-10-09 21:50:00.000000', 27575, 27547.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-09 21:30:00.000000', '2023-10-09 23:00:00.000000', 27644, 27542.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 21:50:00.000000', '2023-10-09 22:20:00.000000', 27627.2, 27547.2);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 22:00:00.000000', '2023-10-09 22:30:00.000000', 27627.2, 27542.9);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 22:20:00.000000', '2023-10-09 22:35:00.000000', 27627.2, 27562);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 22:30:00.000000', '2023-10-09 22:45:00.000000', 27627.2, 27562);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 22:35:00.000000', '2023-10-09 23:05:00.000000', 27627, 27562);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M15', '2023-10-09 22:45:00.000000', '2023-10-10 00:00:00.000000', 27627, 27562);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('H1', '2023-10-09 23:00:00.000000', '2023-10-10 02:00:00.000000', 27739.6, 27250);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M30', '2023-10-09 23:00:00.000000', '2023-10-10 00:00:00.000000', 27627.2, 27542.3);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 23:05:00.000000', '2023-10-09 23:15:00.000000', 27627, 27566.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 23:15:00.000000', '2023-10-09 23:45:00.000000', 27605, 27566.7);
- INSERT INTO analysis.tunnels (interval, ts_start, ts_end, price_top, price_bottom) VALUES ('M5', '2023-10-09 23:45:00.000000', '2023-10-10 00:15:00.000000', 27605, 27558.1);
Advertisement
Add Comment
Please, Sign In to add comment