Guest User

Untitled

a guest
Oct 24th, 2023
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 193.40 KB | None | 0 0
  1. create table tunnels
  2. (
  3. interval varchar not null,
  4. ts_start timestamp not null,
  5. ts_end timestamp,
  6. price_top double precision not null,
  7. price_bottom double precision not null
  8. );
  9.  
  10. 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);
  11. 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);
  12. 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);
  13. 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);
  14. 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);
  15. 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);
  16. 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);
  17. 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);
  18. 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);
  19. 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);
  20. 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);
  21. 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);
  22. 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);
  23. 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);
  24. 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);
  25. 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);
  26. 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);
  27. 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);
  28. 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);
  29. 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);
  30. 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);
  31. 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);
  32. 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);
  33. 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);
  34. 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);
  35. 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);
  36. 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);
  37. 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);
  38. 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);
  39. 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);
  40. 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);
  41. 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);
  42. 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);
  43. 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);
  44. 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);
  45. 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);
  46. 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);
  47. 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);
  48. 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);
  49. 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);
  50. 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);
  51. 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);
  52. 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);
  53. 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);
  54. 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);
  55. 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);
  56. 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);
  57. 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);
  58. 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);
  59. 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);
  60. 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);
  61. 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);
  62. 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);
  63. 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);
  64. 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);
  65. 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);
  66. 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);
  67. 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);
  68. 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);
  69. 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);
  70. 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);
  71. 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);
  72. 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);
  73. 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);
  74. 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);
  75. 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);
  76. 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);
  77. 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);
  78. 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);
  79. 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);
  80. 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);
  81. 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);
  82. 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);
  83. 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);
  84. 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);
  85. 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);
  86. 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);
  87. 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);
  88. 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);
  89. 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);
  90. 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);
  91. 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);
  92. 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);
  93. 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);
  94. 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);
  95. 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);
  96. 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);
  97. 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);
  98. 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);
  99. 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);
  100. 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);
  101. 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);
  102. 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);
  103. 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);
  104. 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);
  105. 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);
  106. 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);
  107. 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);
  108. 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);
  109. 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);
  110. 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);
  111. 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);
  112. 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);
  113. 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);
  114. 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);
  115. 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);
  116. 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);
  117. 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);
  118. 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);
  119. 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);
  120. 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);
  121. 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);
  122. 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);
  123. 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);
  124. 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);
  125. 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);
  126. 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);
  127. 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);
  128. 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);
  129. 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);
  130. 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);
  131. 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);
  132. 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);
  133. 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);
  134. 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);
  135. 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);
  136. 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);
  137. 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);
  138. 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);
  139. 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);
  140. 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);
  141. 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);
  142. 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);
  143. 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);
  144. 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);
  145. 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);
  146. 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);
  147. 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);
  148. 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);
  149. 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);
  150. 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);
  151. 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);
  152. 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);
  153. 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);
  154. 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);
  155. 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);
  156. 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);
  157. 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);
  158. 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);
  159. 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);
  160. 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);
  161. 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);
  162. 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);
  163. 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);
  164. 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);
  165. 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);
  166. 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);
  167. 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);
  168. 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);
  169. 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);
  170. 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);
  171. 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);
  172. 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);
  173. 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);
  174. 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);
  175. 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);
  176. 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);
  177. 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);
  178. 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);
  179. 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);
  180. 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);
  181. 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);
  182. 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);
  183. 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);
  184. 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);
  185. 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);
  186. 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);
  187. 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);
  188. 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);
  189. 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);
  190. 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);
  191. 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);
  192. 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);
  193. 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);
  194. 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);
  195. 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);
  196. 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);
  197. 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);
  198. 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);
  199. 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);
  200. 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);
  201. 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);
  202. 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);
  203. 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);
  204. 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);
  205. 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);
  206. 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);
  207. 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);
  208. 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);
  209. 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);
  210. 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);
  211. 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);
  212. 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);
  213. 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);
  214. 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);
  215. 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);
  216. 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);
  217. 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);
  218. 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);
  219. 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);
  220. 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);
  221. 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);
  222. 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);
  223. 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);
  224. 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);
  225. 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);
  226. 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);
  227. 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);
  228. 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);
  229. 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);
  230. 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);
  231. 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);
  232. 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);
  233. 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);
  234. 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);
  235. 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);
  236. 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);
  237. 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);
  238. 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);
  239. 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);
  240. 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);
  241. 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);
  242. 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);
  243. 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);
  244. 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);
  245. 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);
  246. 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);
  247. 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);
  248. 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);
  249. 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);
  250. 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);
  251. 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);
  252. 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);
  253. 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);
  254. 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);
  255. 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);
  256. 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);
  257. 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);
  258. 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);
  259. 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);
  260. 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);
  261. 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);
  262. 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);
  263. 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);
  264. 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);
  265. 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);
  266. 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);
  267. 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);
  268. 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);
  269. 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);
  270. 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);
  271. 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);
  272. 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);
  273. 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);
  274. 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);
  275. 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);
  276. 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);
  277. 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);
  278. 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);
  279. 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);
  280. 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);
  281. 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);
  282. 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);
  283. 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);
  284. 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);
  285. 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);
  286. 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);
  287. 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);
  288. 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);
  289. 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);
  290. 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);
  291. 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);
  292. 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);
  293. 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);
  294. 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);
  295. 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);
  296. 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);
  297. 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);
  298. 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);
  299. 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);
  300. 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);
  301. 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);
  302. 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);
  303. 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);
  304. 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);
  305. 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);
  306. 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);
  307. 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);
  308. 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);
  309. 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);
  310. 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);
  311. 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);
  312. 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);
  313. 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);
  314. 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);
  315. 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);
  316. 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);
  317. 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);
  318. 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);
  319. 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);
  320. 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);
  321. 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);
  322. 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);
  323. 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);
  324. 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);
  325. 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);
  326. 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);
  327. 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);
  328. 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);
  329. 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);
  330. 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);
  331. 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);
  332. 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);
  333. 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);
  334. 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);
  335. 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);
  336. 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);
  337. 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);
  338. 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);
  339. 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);
  340. 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);
  341. 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);
  342. 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);
  343. 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);
  344. 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);
  345. 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);
  346. 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);
  347. 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);
  348. 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);
  349. 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);
  350. 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);
  351. 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);
  352. 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);
  353. 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);
  354. 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);
  355. 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);
  356. 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);
  357. 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);
  358. 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);
  359. 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);
  360. 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);
  361. 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);
  362. 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);
  363. 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);
  364. 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);
  365. 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);
  366. 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);
  367. 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);
  368. 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);
  369. 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);
  370. 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);
  371. 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);
  372. 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);
  373. 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);
  374. 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);
  375. 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);
  376. 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);
  377. 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);
  378. 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);
  379. 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);
  380. 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);
  381. 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);
  382. 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);
  383. 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);
  384. 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);
  385. 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);
  386. 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);
  387. 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);
  388. 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);
  389. 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);
  390. 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);
  391. 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);
  392. 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);
  393. 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);
  394. 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);
  395. 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);
  396. 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);
  397. 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);
  398. 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);
  399. 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);
  400. 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);
  401. 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);
  402. 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);
  403. 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);
  404. 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);
  405. 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);
  406. 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);
  407. 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);
  408. 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);
  409. 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);
  410. 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);
  411. 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);
  412. 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);
  413. 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);
  414. 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);
  415. 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);
  416. 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);
  417. 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);
  418. 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);
  419. 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);
  420. 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);
  421. 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);
  422. 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);
  423. 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);
  424. 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);
  425. 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);
  426. 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);
  427. 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);
  428. 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);
  429. 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);
  430. 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);
  431. 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);
  432. 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);
  433. 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);
  434. 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);
  435. 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);
  436. 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);
  437. 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);
  438. 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);
  439. 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);
  440. 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);
  441. 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);
  442. 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);
  443. 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);
  444. 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);
  445. 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);
  446. 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);
  447. 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);
  448. 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);
  449. 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);
  450. 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);
  451. 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);
  452. 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);
  453. 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);
  454. 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);
  455. 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);
  456. 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);
  457. 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);
  458. 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);
  459. 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);
  460. 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);
  461. 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);
  462. 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);
  463. 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);
  464. 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);
  465. 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);
  466. 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);
  467. 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);
  468. 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);
  469. 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);
  470. 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);
  471. 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);
  472. 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);
  473. 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);
  474. 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);
  475. 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);
  476. 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);
  477. 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);
  478. 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);
  479. 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);
  480. 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);
  481. 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);
  482. 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);
  483. 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);
  484. 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);
  485. 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);
  486. 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);
  487. 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);
  488. 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);
  489. 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);
  490. 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);
  491. 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);
  492. 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);
  493. 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);
  494. 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);
  495. 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);
  496. 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);
  497. 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);
  498. 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);
  499. 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);
  500. 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);
  501. 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);
  502. 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);
  503. 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);
  504. 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);
  505. 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);
  506. 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);
  507. 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);
  508. 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);
  509. 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);
  510. 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);
  511. 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);
  512. 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);
  513. 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);
  514. 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);
  515. 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);
  516. 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);
  517. 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);
  518. 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);
  519. 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);
  520. 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);
  521. 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);
  522. 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);
  523. 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);
  524. 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);
  525. 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);
  526. 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);
  527. 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);
  528. 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);
  529. 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);
  530. 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);
  531. 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);
  532. 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);
  533. 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);
  534. 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);
  535. 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);
  536. 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);
  537. 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);
  538. 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);
  539. 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);
  540. 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);
  541. 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);
  542. 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);
  543. 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);
  544. 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);
  545. 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);
  546. 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);
  547. 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);
  548. 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);
  549. 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);
  550. 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);
  551. 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);
  552. 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);
  553. 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);
  554. 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);
  555. 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);
  556. 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);
  557. 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);
  558. 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);
  559. 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);
  560. 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);
  561. 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);
  562. 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);
  563. 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);
  564. 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);
  565. 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);
  566. 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);
  567. 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);
  568. 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);
  569. 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);
  570. 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);
  571. 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);
  572. 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);
  573. 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);
  574. 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);
  575. 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);
  576. 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);
  577. 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);
  578. 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);
  579. 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);
  580. 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);
  581. 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);
  582. 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);
  583. 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);
  584. 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);
  585. 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);
  586. 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);
  587. 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);
  588. 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);
  589. 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);
  590. 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);
  591. 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);
  592. 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);
  593. 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);
  594. 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);
  595. 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);
  596. 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);
  597. 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);
  598. 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);
  599. 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);
  600. 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);
  601. 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);
  602. 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);
  603. 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);
  604. 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);
  605. 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);
  606. 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);
  607. 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);
  608. 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);
  609. 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);
  610. 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);
  611. 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);
  612. 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);
  613. 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);
  614. 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);
  615. 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);
  616. 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);
  617. 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);
  618. 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);
  619. 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);
  620. 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);
  621. 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);
  622. 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);
  623. 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);
  624. 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);
  625. 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);
  626. 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);
  627. 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);
  628. 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);
  629. 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);
  630. 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);
  631. 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);
  632. 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);
  633. 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);
  634. 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);
  635. 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);
  636. 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);
  637. 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);
  638. 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);
  639. 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);
  640. 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);
  641. 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);
  642. 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);
  643. 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);
  644. 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);
  645. 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);
  646. 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);
  647. 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);
  648. 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);
  649. 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);
  650. 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);
  651. 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);
  652. 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);
  653. 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);
  654. 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);
  655. 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);
  656. 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);
  657. 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);
  658. 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);
  659. 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);
  660. 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);
  661. 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);
  662. 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);
  663. 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);
  664. 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);
  665. 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);
  666. 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);
  667. 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);
  668. 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);
  669. 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);
  670. 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);
  671. 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);
  672. 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);
  673. 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);
  674. 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);
  675. 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);
  676. 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);
  677. 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);
  678. 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);
  679. 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);
  680. 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);
  681. 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);
  682. 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);
  683. 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);
  684. 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);
  685. 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);
  686. 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);
  687. 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);
  688. 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);
  689. 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);
  690. 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);
  691. 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);
  692. 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);
  693. 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);
  694. 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);
  695. 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);
  696. 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);
  697. 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);
  698. 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);
  699. 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);
  700. 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);
  701. 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);
  702. 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);
  703. 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);
  704. 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);
  705. 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);
  706. 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);
  707. 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);
  708. 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);
  709. 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);
  710. 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);
  711. 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);
  712. 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);
  713. 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);
  714. 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);
  715. 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);
  716. 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);
  717. 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);
  718. 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);
  719. 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);
  720. 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);
  721. 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);
  722. 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);
  723. 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);
  724. 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);
  725. 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);
  726. 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);
  727. 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);
  728. 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);
  729. 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);
  730. 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);
  731. 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);
  732. 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);
  733. 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);
  734. 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);
  735. 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);
  736. 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);
  737. 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);
  738. 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);
  739. 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);
  740. 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);
  741. 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);
  742. 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);
  743. 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);
  744. 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);
  745. 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);
  746. 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);
  747. 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);
  748. 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);
  749. 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);
  750. 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);
  751. 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);
  752. 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);
  753. 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);
  754. 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);
  755. 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);
  756. 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);
  757. 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);
  758. 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);
  759. 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);
  760. 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);
  761. 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);
  762. 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);
  763. 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);
  764. 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);
  765. 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);
  766. 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);
  767. 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);
  768. 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);
  769. 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);
  770. 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);
  771. 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);
  772. 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);
  773. 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);
  774. 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);
  775. 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);
  776. 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);
  777. 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);
  778. 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);
  779. 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);
  780. 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);
  781. 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);
  782. 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);
  783. 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);
  784. 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);
  785. 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);
  786. 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);
  787. 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);
  788. 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);
  789. 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);
  790. 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);
  791. 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);
  792. 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);
  793. 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);
  794. 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);
  795. 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);
  796. 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);
  797. 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);
  798. 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);
  799. 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);
  800. 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);
  801. 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);
  802. 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);
  803. 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);
  804. 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);
  805. 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);
  806. 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);
  807. 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);
  808. 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);
  809. 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);
  810. 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);
  811. 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);
  812. 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);
  813. 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);
  814. 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);
  815. 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);
  816. 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);
  817. 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);
  818. 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);
  819. 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);
  820. 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);
  821. 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);
  822. 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);
  823. 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);
  824. 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);
  825. 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);
  826. 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);
  827. 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);
  828. 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);
  829. 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);
  830. 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);
  831. 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);
  832. 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);
  833. 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);
  834. 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);
  835. 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);
  836. 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);
  837. 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);
  838. 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);
  839. 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);
  840. 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);
  841. 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);
  842. 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);
  843. 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);
  844. 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);
  845. 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);
  846. 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);
  847. 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);
  848. 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);
  849. 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);
  850. 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);
  851. 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);
  852. 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);
  853. 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);
  854. 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);
  855. 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);
  856. 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);
  857. 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);
  858. 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);
  859. 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);
  860. 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);
  861. 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);
  862. 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);
  863. 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);
  864. 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);
  865. 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);
  866. 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);
  867. 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);
  868. 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);
  869. 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);
  870. 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);
  871. 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);
  872. 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);
  873. 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);
  874. 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);
  875. 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);
  876. 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);
  877. 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);
  878. 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);
  879. 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);
  880. 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);
  881. 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);
  882. 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);
  883. 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);
  884. 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);
  885. 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);
  886. 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);
  887. 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);
  888. 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);
  889. 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);
  890. 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);
  891. 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);
  892. 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);
  893. 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);
  894. 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);
  895. 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);
  896. 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);
  897. 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);
  898. 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);
  899. 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);
  900. 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);
  901. 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);
  902. 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);
  903. 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);
  904. 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);
  905. 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);
  906. 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);
  907. 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);
  908. 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);
  909. 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);
  910. 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);
  911. 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);
  912. 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);
  913. 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);
  914. 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);
  915. 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);
  916. 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);
  917. 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);
  918. 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);
  919. 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);
  920. 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);
  921. 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);
  922. 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);
  923. 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);
  924. 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);
  925. 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);
  926. 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);
  927. 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);
  928. 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);
  929. 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);
  930. 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);
  931. 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);
  932. 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);
  933. 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);
  934. 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);
  935. 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);
  936. 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);
  937. 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);
  938. 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);
  939. 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);
  940. 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);
  941. 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);
  942. 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);
  943. 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);
  944. 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);
  945. 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);
  946. 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);
  947. 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);
  948. 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);
  949. 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);
  950. 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);
  951. 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);
  952. 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);
  953. 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);
  954. 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);
  955. 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);
  956. 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);
  957. 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);
  958. 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);
  959. 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);
  960. 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);
  961. 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);
  962. 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);
  963. 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);
  964. 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);
  965. 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);
  966. 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);
  967. 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);
  968. 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);
  969. 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);
  970. 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);
  971. 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);
  972. 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);
  973. 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);
  974. 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);
  975. 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);
  976. 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);
  977. 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);
  978. 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);
  979. 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);
  980. 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);
  981. 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);
  982. 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);
  983. 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);
  984. 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);
  985. 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);
  986. 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);
  987. 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);
  988. 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);
  989. 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);
  990. 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);
  991. 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);
  992. 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);
  993. 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);
  994. 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);
  995. 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);
  996. 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);
  997. 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);
  998. 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);
  999. 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);
  1000. 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);
  1001. 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);
  1002. 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);
  1003. 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);
  1004. 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);
  1005. 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);
  1006. 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);
  1007. 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);
  1008. 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);
  1009. 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);
  1010. 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);
  1011. 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);
  1012. 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);
  1013. 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);
  1014. 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);
  1015. 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);
  1016. 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);
  1017. 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);
  1018. 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);
  1019. 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);
  1020. 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);
  1021. 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);
  1022. 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);
  1023. 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);
  1024. 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);
  1025. 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);
  1026. 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);
  1027. 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);
  1028. 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);
  1029. 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);
  1030. 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);
  1031. 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);
  1032. 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);
  1033. 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);
  1034. 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);
  1035. 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);
  1036. 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);
  1037. 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);
  1038. 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);
  1039. 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);
  1040. 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);
  1041. 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);
  1042. 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);
  1043. 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);
  1044. 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);
  1045. 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);
  1046. 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);
  1047. 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);
  1048. 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);
  1049. 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);
  1050. 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);
  1051. 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);
  1052. 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);
  1053. 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);
  1054. 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);
  1055. 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);
  1056. 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);
  1057. 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);
  1058. 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);
  1059. 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);
  1060. 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);
  1061. 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);
  1062. 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);
  1063. 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);
  1064. 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);
  1065. 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);
  1066. 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);
  1067. 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);
  1068. 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);
  1069. 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);
  1070. 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);
  1071. 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);
  1072. 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);
  1073. 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);
  1074. 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);
  1075. 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);
  1076. 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);
  1077. 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);
  1078. 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);
  1079. 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);
  1080. 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);
  1081. 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);
  1082. 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);
  1083. 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);
  1084. 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);
  1085. 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);
  1086. 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);
  1087. 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);
  1088. 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);
  1089. 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);
  1090. 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);
  1091. 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);
  1092. 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);
  1093. 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);
  1094. 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);
  1095. 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);
  1096. 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);
  1097. 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);
  1098. 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);
  1099. 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);
  1100. 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);
  1101. 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);
  1102. 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);
  1103. 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);
  1104. 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);
  1105. 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);
  1106. 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);
  1107. 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);
  1108. 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);
  1109. 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);
  1110. 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);
  1111. 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);
  1112. 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);
  1113. 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);
  1114. 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);
  1115. 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);
  1116. 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);
  1117. 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);
  1118. 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);
  1119. 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);
  1120. 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);
  1121. 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);
  1122. 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);
  1123. 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);
  1124. 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);
  1125. 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);
  1126. 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);
  1127. 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);
  1128. 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);
  1129. 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);
  1130. 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);
  1131. 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);
  1132. 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);
  1133.  
Advertisement
Add Comment
Please, Sign In to add comment