Files
codex_jxs_code/backtest_outputs/charts/bb_backtest_visualization.html
2026-03-05 12:51:12 +08:00

311 lines
188 KiB
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<title>布林带策略回测可视化 - 2026年3月</title>
<style>
html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: #0a0e27;
color: #e0e6ed;
font-family: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
}
#chart {
width: 100%;
height: 100%;
}
.legend {
position: fixed;
top: 20px;
right: 20px;
background: rgba(15, 23, 42, 0.95);
padding: 20px;
border-radius: 12px;
border: 1px solid #334155;
font-size: 13px;
line-height: 1.8;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
backdrop-filter: blur(10px);
z-index: 1000;
}
.legend-title {
font-weight: 600;
margin-bottom: 12px;
color: #f1f5f9;
font-size: 14px;
letter-spacing: 0.5px;
}
.legend-item {
display: flex;
align-items: center;
margin: 8px 0;
}
.legend-marker {
width: 14px;
height: 14px;
margin-right: 10px;
border-radius: 2px;
}
</style>
<script src="https://cdn.jsdelivr.net/npm/echarts@5/dist/echarts.min.js"></script>
</head>
<body>
<div id="chart"></div>
<div class="legend">
<div class="legend-title">📊 交易标记说明</div>
<div class="legend-item">
<div class="legend-marker" style="background: #00ff00;"></div>
<span>开多/加多</span>
</div>
<div class="legend-item">
<div class="legend-marker" style="background: #ff0000;"></div>
<span>开空/加空</span>
</div>
<div class="legend-item">
<div class="legend-marker" style="background: #ffff00;"></div>
<span>平仓50%</span>
</div>
<div class="legend-item">
<div class="legend-marker" style="background: #ff00ff;"></div>
<span>平仓100%</span>
</div>
</div>
<script>
const chartData = [{"timestamp": 1772323200000, "datetime": "2026-03-01 00:00", "open": 1963.49, "high": 1968.5, "low": 1963.15, "close": 1966.41, "bb_upper": null, "bb_mid": null, "bb_lower": null}, {"timestamp": 1772323500000, "datetime": "2026-03-01 00:05", "open": 1966.39, "high": 1966.4, "low": 1958.45, "close": 1959.51, "bb_upper": null, "bb_mid": null, "bb_lower": null}, {"timestamp": 1772323800000, "datetime": "2026-03-01 00:10", "open": 1959.52, "high": 1961.37, "low": 1959.16, "close": 1961.31, "bb_upper": null, "bb_mid": null, "bb_lower": null}, {"timestamp": 1772324100000, "datetime": "2026-03-01 00:15", "open": 1961.33, "high": 1962.68, "low": 1959.09, "close": 1959.81, "bb_upper": null, "bb_mid": null, "bb_lower": null}, {"timestamp": 1772324400000, "datetime": "2026-03-01 00:20", "open": 1959.8, "high": 1963.85, "low": 1959.8, "close": 1961.07, "bb_upper": null, "bb_mid": null, "bb_lower": null}, {"timestamp": 1772324700000, "datetime": "2026-03-01 00:25", "open": 1961.31, "high": 1961.56, "low": 1956.69, "close": 1957.58, "bb_upper": null, "bb_mid": null, "bb_lower": null}, {"timestamp": 1772325000000, "datetime": "2026-03-01 00:30", "open": 1957.57, "high": 1960.66, "low": 1956.19, "close": 1957.19, "bb_upper": null, "bb_mid": null, "bb_lower": null}, {"timestamp": 1772325300000, "datetime": "2026-03-01 00:35", "open": 1957.19, "high": 1960.0, "low": 1957.19, "close": 1957.69, "bb_upper": null, "bb_mid": null, "bb_lower": null}, {"timestamp": 1772325600000, "datetime": "2026-03-01 00:40", "open": 1957.68, "high": 1959.0, "low": 1953.7, "close": 1955.62, "bb_upper": null, "bb_mid": null, "bb_lower": null}, {"timestamp": 1772325900000, "datetime": "2026-03-01 00:45", "open": 1955.33, "high": 1957.8, "low": 1954.71, "close": 1955.97, "bb_upper": 1967.2347557915455, "bb_mid": 1959.216, "bb_lower": 1951.1972442084543}, {"timestamp": 1772326200000, "datetime": "2026-03-01 00:50", "open": 1955.99, "high": 1963.18, "low": 1955.9, "close": 1962.81, "bb_upper": 1964.8917637830225, "bb_mid": 1958.8560000000002, "bb_lower": 1952.820236216978}, {"timestamp": 1772326500000, "datetime": "2026-03-01 00:55", "open": 1962.8, "high": 1964.12, "low": 1961.35, "close": 1961.67, "bb_upper": 1965.4991645726905, "bb_mid": 1959.0720000000001, "bb_lower": 1952.6448354273098}, {"timestamp": 1772326800000, "datetime": "2026-03-01 01:00", "open": 1961.66, "high": 1961.93, "low": 1954.63, "close": 1954.63, "bb_upper": 1965.363438036061, "bb_mid": 1958.404, "bb_lower": 1951.444561963939}, {"timestamp": 1772327100000, "datetime": "2026-03-01 01:05", "open": 1954.64, "high": 1959.25, "low": 1952.8, "close": 1953.16, "bb_upper": 1965.6817242212953, "bb_mid": 1957.739, "bb_lower": 1949.7962757787047}, {"timestamp": 1772327400000, "datetime": "2026-03-01 01:10", "open": 1953.41, "high": 1955.89, "low": 1946.16, "close": 1948.03, "bb_upper": 1966.8769709319859, "bb_mid": 1956.435, "bb_lower": 1945.993029068014}, {"timestamp": 1772327700000, "datetime": "2026-03-01 01:15", "open": 1948.08, "high": 1948.46, "low": 1943.1, "close": 1947.34, "bb_upper": 1967.9921888349231, "bb_mid": 1955.411, "bb_lower": 1942.829811165077}, {"timestamp": 1772328000000, "datetime": "2026-03-01 01:20", "open": 1947.34, "high": 1957.09, "low": 1947.33, "close": 1956.0, "bb_upper": 1967.79124331043, "bb_mid": 1955.292, "bb_lower": 1942.7927566895698}, {"timestamp": 1772328300000, "datetime": "2026-03-01 01:25", "open": 1955.91, "high": 1956.51, "low": 1952.01, "close": 1952.89, "bb_upper": 1967.2476108280478, "bb_mid": 1954.812, "bb_lower": 1942.376389171952}, {"timestamp": 1772328600000, "datetime": "2026-03-01 01:30", "open": 1952.89, "high": 1961.15, "low": 1951.06, "close": 1959.78, "bb_upper": 1968.2713454723514, "bb_mid": 1955.2280000000003, "bb_lower": 1942.1846545276492}, {"timestamp": 1772328900000, "datetime": "2026-03-01 01:35", "open": 1959.78, "high": 1973.56, "low": 1959.78, "close": 1968.92, "bb_upper": 1973.5020641101194, "bb_mid": 1956.523, "bb_lower": 1939.5439358898805}, {"timestamp": 1772329200000, "datetime": "2026-03-01 01:40", "open": 1968.85, "high": 1971.97, "low": 1965.85, "close": 1966.01, "bb_upper": 1974.8049275212259, "bb_mid": 1956.843, "bb_lower": 1938.8810724787743}, {"timestamp": 1772329500000, "datetime": "2026-03-01 01:45", "open": 1966.08, "high": 1988.4, "low": 1966.08, "close": 1988.4, "bb_upper": 1990.3119620368932, "bb_mid": 1959.516, "bb_lower": 1928.720037963107}, {"timestamp": 1772329800000, "datetime": "2026-03-01 01:50", "open": 1988.61, "high": 2022.33, "low": 1988.6, "close": 2004.96, "bb_upper": 2011.3468564472296, "bb_mid": 1964.5489999999998, "bb_lower": 1917.75114355277}, {"timestamp": 1772330100000, "datetime": "2026-03-01 01:55", "open": 2005.12, "high": 2012.08, "low": 1998.74, "close": 2011.62, "bb_upper": 2028.7156489185238, "bb_mid": 1970.395, "bb_lower": 1912.0743510814762}, {"timestamp": 1772330400000, "datetime": "2026-03-01 02:00", "open": 2011.62, "high": 2047.11, "low": 2007.81, "close": 2042.3, "bb_upper": 2057.4577313212008, "bb_mid": 1979.8220000000001, "bb_lower": 1902.1862686787993}, {"timestamp": 1772330700000, "datetime": "2026-03-01 02:05", "open": 2042.59, "high": 2052.45, "low": 2032.38, "close": 2035.74, "bb_upper": 2071.8686043051866, "bb_mid": 1988.6620000000003, "bb_lower": 1905.455395694814}, {"timestamp": 1772331000000, "datetime": "2026-03-01 02:10", "open": 2035.73, "high": 2048.9, "low": 2033.01, "close": 2044.41, "bb_upper": 2085.8088471780507, "bb_mid": 1997.5030000000002, "bb_lower": 1909.1971528219499}, {"timestamp": 1772331300000, "datetime": "2026-03-01 02:15", "open": 2045.97, "high": 2054.2, "low": 2038.2, "close": 2040.76, "bb_upper": 2091.0189108470845, "bb_mid": 2006.2900000000002, "bb_lower": 1921.5610891529159}, {"timestamp": 1772331600000, "datetime": "2026-03-01 02:20", "open": 2041.3, "high": 2042.45, "low": 2026.67, "close": 2028.83, "bb_upper": 2088.683338181395, "bb_mid": 2013.1949999999997, "bb_lower": 1937.7066618186045}, {"timestamp": 1772331900000, "datetime": "2026-03-01 02:25", "open": 2029.11, "high": 2034.95, "low": 2028.85, "close": 2031.58, "bb_upper": 2085.029716552008, "bb_mid": 2019.461, "bb_lower": 1953.892283447992}, {"timestamp": 1772332200000, "datetime": "2026-03-01 02:30", "open": 2031.59, "high": 2035.53, "low": 2026.62, "close": 2035.13, "bb_upper": 2072.783608596285, "bb_mid": 2026.373, "bb_lower": 1979.9623914037152}, {"timestamp": 1772332500000, "datetime": "2026-03-01 02:35", "open": 2035.34, "high": 2039.76, "low": 2033.43, "close": 2034.83, "bb_upper": 2063.459089488446, "bb_mid": 2031.016, "bb_lower": 1998.5729105115543}, {"timestamp": 1772332800000, "datetime": "2026-03-01 02:40", "open": 2034.83, "high": 2044.32, "low": 2033.14, "close": 2042.28, "bb_upper": 2058.674423097111, "bb_mid": 2034.748, "bb_lower": 2010.821576902889}, {"timestamp": 1772333100000, "datetime": "2026-03-01 02:45", "open": 2042.35, "high": 2047.87, "low": 2030.63, "close": 2035.59, "bb_upper": 2049.8573805030874, "bb_mid": 2037.1449999999998, "bb_lower": 2024.4326194969121}, {"timestamp": 1772333400000, "datetime": "2026-03-01 02:50", "open": 2035.65, "high": 2039.53, "low": 2033.35, "close": 2035.67, "bb_upper": 2048.3819463117256, "bb_mid": 2036.482, "bb_lower": 2024.5820536882745}, {"timestamp": 1772333700000, "datetime": "2026-03-01 02:55", "open": 2035.67, "high": 2036.88, "low": 2031.73, "close": 2032.17, "bb_upper": 2048.504554436864, "bb_mid": 2036.125, "bb_lower": 2023.7454455631357}, {"timestamp": 1772334000000, "datetime": "2026-03-01 03:00", "open": 2031.98, "high": 2036.71, "low": 2031.98, "close": 2035.82, "bb_upper": 2045.292279358641, "bb_mid": 2035.266, "bb_lower": 2025.239720641359}, {"timestamp": 1772334300000, "datetime": "2026-03-01 03:05", "open": 2035.75, "high": 2037.16, "low": 2033.01, "close": 2036.55, "bb_upper": 2043.7601108455601, "bb_mid": 2034.845, "bb_lower": 2025.92988915444}, {"timestamp": 1772334600000, "datetime": "2026-03-01 03:10", "open": 2036.58, "high": 2038.35, "low": 2033.51, "close": 2033.99, "bb_upper": 2042.641982171975, "bb_mid": 2035.361, "bb_lower": 2028.0800178280251}, {"timestamp": 1772334900000, "datetime": "2026-03-01 03:15", "open": 2033.62, "high": 2035.49, "low": 2031.02, "close": 2032.61, "bb_upper": 2042.4114335788881, "bb_mid": 2035.464, "bb_lower": 2028.5165664211117}, {"timestamp": 1772335200000, "datetime": "2026-03-01 03:20", "open": 2032.62, "high": 2034.18, "low": 2024.7, "close": 2025.81, "bb_upper": 2044.870243457063, "bb_mid": 2034.532, "bb_lower": 2024.1937565429369}, {"timestamp": 1772335500000, "datetime": "2026-03-01 03:25", "open": 2025.75, "high": 2034.76, "low": 2024.85, "close": 2033.49, "bb_upper": 2044.7636604549057, "bb_mid": 2034.398, "bb_lower": 2024.0323395450941}, {"timestamp": 1772335800000, "datetime": "2026-03-01 03:30", "open": 2032.54, "high": 2033.26, "low": 2028.46, "close": 2031.85, "bb_upper": 2041.1817459003482, "bb_mid": 2033.355, "bb_lower": 2025.5282540996518}, {"timestamp": 1772336100000, "datetime": "2026-03-01 03:35", "open": 2031.84, "high": 2034.0, "low": 2030.35, "close": 2030.81, "bb_upper": 2040.668038744734, "bb_mid": 2032.8769999999997, "bb_lower": 2025.0859612552654}, {"timestamp": 1772336400000, "datetime": "2026-03-01 03:40", "open": 2031.01, "high": 2032.48, "low": 2029.89, "close": 2031.98, "bb_upper": 2039.9171984871475, "bb_mid": 2032.5079999999998, "bb_lower": 2025.098801512852}, {"timestamp": 1772336700000, "datetime": "2026-03-01 03:45", "open": 2031.98, "high": 2033.75, "low": 2027.5, "close": 2029.83, "bb_upper": 2039.9822405399646, "bb_mid": 2032.274, "bb_lower": 2024.5657594600352}, {"timestamp": 1772337000000, "datetime": "2026-03-01 03:50", "open": 2029.83, "high": 2029.83, "low": 2017.57, "close": 2019.0, "bb_upper": 2042.9774237804752, "bb_mid": 2030.5919999999999, "bb_lower": 2018.2065762195245}, {"timestamp": 1772337300000, "datetime": "2026-03-01 03:55", "open": 2018.99, "high": 2022.39, "low": 2016.4, "close": 2022.3, "bb_upper": 2041.9103918060289, "bb_mid": 2029.167, "bb_lower": 2016.423608193971}, {"timestamp": 1772337600000, "datetime": "2026-03-01 04:00", "open": 2022.3, "high": 2029.0, "low": 2022.3, "close": 2025.8, "bb_upper": 2040.5731777991966, "bb_mid": 2028.348, "bb_lower": 2016.1228222008033}, {"timestamp": 1772337900000, "datetime": "2026-03-01 04:05", "open": 2025.8, "high": 2026.38, "low": 2018.21, "close": 2018.62, "bb_upper": 2040.6955270866574, "bb_mid": 2026.949, "bb_lower": 2013.2024729133427}, {"timestamp": 1772338200000, "datetime": "2026-03-01 04:10", "open": 2018.61, "high": 2019.99, "low": 2008.07, "close": 2012.41, "bb_upper": 2043.5642238220457, "bb_mid": 2025.609, "bb_lower": 2007.6537761779541}, {"timestamp": 1772338500000, "datetime": "2026-03-01 04:15", "open": 2012.54, "high": 2015.02, "low": 1997.33, "close": 2003.86, "bb_upper": 2046.0292329529755, "bb_mid": 2022.646, "bb_lower": 1999.2627670470245}, {"timestamp": 1772338800000, "datetime": "2026-03-01 04:20", "open": 2003.83, "high": 2010.0, "low": 2002.35, "close": 2008.85, "bb_upper": 2044.4993417287644, "bb_mid": 2020.346, "bb_lower": 1996.1926582712356}, {"timestamp": 1772339100000, "datetime": "2026-03-01 04:25", "open": 2008.45, "high": 2012.27, "low": 2006.64, "close": 2011.1, "bb_upper": 2041.60718627608, "bb_mid": 2018.375, "bb_lower": 1995.14281372392}, {"timestamp": 1772339400000, "datetime": "2026-03-01 04:30", "open": 2011.09, "high": 2012.45, "low": 2010.07, "close": 2012.09, "bb_upper": 2036.6629306520117, "bb_mid": 2016.386, "bb_lower": 1996.1090693479882}, {"timestamp": 1772339700000, "datetime": "2026-03-01 04:35", "open": 2012.74, "high": 2017.93, "low": 2012.18, "close": 2012.27, "bb_upper": 2031.2429676591596, "bb_mid": 2014.6299999999999, "bb_lower": 1998.0170323408402}, {"timestamp": 1772340000000, "datetime": "2026-03-01 04:40", "open": 2012.26, "high": 2015.99, "low": 2011.84, "close": 2014.53, "bb_upper": 2030.3492716876099, "bb_mid": 2014.1829999999998, "bb_lower": 1998.0167283123897}, {"timestamp": 1772340300000, "datetime": "2026-03-01 04:45", "open": 2014.54, "high": 2016.74, "low": 2014.0, "close": 2015.22, "bb_upper": 2028.0647283597384, "bb_mid": 2013.475, "bb_lower": 1998.8852716402614}, {"timestamp": 1772340600000, "datetime": "2026-03-01 04:50", "open": 2015.23, "high": 2017.42, "low": 2013.4, "close": 2015.12, "bb_upper": 2022.4731979057453, "bb_mid": 2012.407, "bb_lower": 2002.3408020942545}, {"timestamp": 1772340900000, "datetime": "2026-03-01 04:55", "open": 2015.12, "high": 2015.98, "low": 2013.4, "close": 2014.85, "bb_upper": 2020.8435942976917, "bb_mid": 2012.03, "bb_lower": 2003.2164057023083}, {"timestamp": 1772341200000, "datetime": "2026-03-01 05:00", "open": 2014.85, "high": 2018.15, "low": 2014.67, "close": 2015.01, "bb_upper": 2021.4156050027666, "bb_mid": 2012.2899999999997, "bb_lower": 2003.1643949972329}, {"timestamp": 1772341500000, "datetime": "2026-03-01 05:05", "open": 2015.2, "high": 2015.79, "low": 2009.65, "close": 2015.21, "bb_upper": 2018.9838799081451, "bb_mid": 2013.425, "bb_lower": 2007.8661200918548}, {"timestamp": 1772341800000, "datetime": "2026-03-01 05:10", "open": 2015.35, "high": 2017.84, "low": 2012.02, "close": 2012.28, "bb_upper": 2017.8250206638015, "bb_mid": 2013.768, "bb_lower": 2009.7109793361985}, {"timestamp": 1772342100000, "datetime": "2026-03-01 05:15", "open": 2012.59, "high": 2015.55, "low": 2012.25, "close": 2014.99, "bb_upper": 2017.5485141243105, "bb_mid": 2014.157, "bb_lower": 2010.7654858756894}, {"timestamp": 1772342400000, "datetime": "2026-03-01 05:20", "open": 2015.08, "high": 2021.41, "low": 2015.08, "close": 2021.39, "bb_upper": 2021.3207683671592, "bb_mid": 2015.087, "bb_lower": 2008.8532316328408}, {"timestamp": 1772342700000, "datetime": "2026-03-01 05:25", "open": 2021.58, "high": 2021.89, "low": 2018.62, "close": 2018.88, "bb_upper": 2022.0966853407137, "bb_mid": 2015.748, "bb_lower": 2009.3993146592863}, {"timestamp": 1772343000000, "datetime": "2026-03-01 05:30", "open": 2018.87, "high": 2020.0, "low": 2017.41, "close": 2019.19, "bb_upper": 2022.9959531765357, "bb_mid": 2016.214, "bb_lower": 2009.4320468234641}, {"timestamp": 1772343300000, "datetime": "2026-03-01 05:35", "open": 2019.18, "high": 2020.25, "low": 2016.4, "close": 2017.82, "bb_upper": 2023.3026488007717, "bb_mid": 2016.4740000000002, "bb_lower": 2009.6453511992286}, {"timestamp": 1772343600000, "datetime": "2026-03-01 05:40", "open": 2017.83, "high": 2017.83, "low": 2013.57, "close": 2013.94, "bb_upper": 2023.407223298112, "bb_mid": 2016.3560000000002, "bb_lower": 2009.3047767018884}, {"timestamp": 1772343900000, "datetime": "2026-03-01 05:45", "open": 2013.84, "high": 2014.44, "low": 2012.48, "close": 2013.11, "bb_upper": 2023.6151352738825, "bb_mid": 2016.182, "bb_lower": 2008.7488647261175}, {"timestamp": 1772344200000, "datetime": "2026-03-01 05:50", "open": 2013.11, "high": 2013.26, "low": 2008.73, "close": 2009.3, "bb_upper": 2024.8264041479988, "bb_mid": 2015.611, "bb_lower": 2006.3955958520014}, {"timestamp": 1772344500000, "datetime": "2026-03-01 05:55", "open": 2009.46, "high": 2011.0, "low": 2008.65, "close": 2010.43, "bb_upper": 2025.2258746180364, "bb_mid": 2015.1330000000003, "bb_lower": 2005.0401253819641}, {"timestamp": 1772344800000, "datetime": "2026-03-01 06:00", "open": 2010.43, "high": 2011.8, "low": 2004.98, "close": 2005.25, "bb_upper": 2027.1032219879319, "bb_mid": 2014.4299999999998, "bb_lower": 2001.7567780120678}, {"timestamp": 1772345100000, "datetime": "2026-03-01 06:05", "open": 2005.25, "high": 2005.65, "low": 1995.36, "close": 1998.32, "bb_upper": 2030.68855612805, "bb_mid": 2012.7630000000001, "bb_lower": 1994.8374438719502}, {"timestamp": 1772345400000, "datetime": "2026-03-01 06:10", "open": 1998.01, "high": 2004.46, "low": 1992.25, "close": 2002.54, "bb_upper": 2028.6977214406431, "bb_mid": 2010.8780000000002, "bb_lower": 1993.0582785593572}, {"timestamp": 1772345700000, "datetime": "2026-03-01 06:15", "open": 2002.54, "high": 2005.36, "low": 1998.36, "close": 1998.37, "bb_upper": 2027.6022276580345, "bb_mid": 2008.827, "bb_lower": 1990.0517723419655}, {"timestamp": 1772346000000, "datetime": "2026-03-01 06:20", "open": 1998.37, "high": 2003.91, "low": 1998.37, "close": 2002.26, "bb_upper": 2024.1038351658312, "bb_mid": 2007.134, "bb_lower": 1990.1641648341688}, {"timestamp": 1772346300000, "datetime": "2026-03-01 06:25", "open": 2002.4, "high": 2002.9, "low": 1999.65, "close": 1999.65, "bb_upper": 2020.30517149362, "bb_mid": 2005.3169999999998, "bb_lower": 1990.3288285063795}, {"timestamp": 1772346600000, "datetime": "2026-03-01 06:30", "open": 1999.66, "high": 2001.55, "low": 1994.51, "close": 1995.4, "bb_upper": 2018.2086869871223, "bb_mid": 2003.4630000000002, "bb_lower": 1988.717313012878}, {"timestamp": 1772346900000, "datetime": "2026-03-01 06:35", "open": 1995.4, "high": 1997.0, "low": 1993.54, "close": 1993.65, "bb_upper": 2015.4231339882792, "bb_mid": 2001.5169999999998, "bb_lower": 1987.6108660117204}, {"timestamp": 1772347200000, "datetime": "2026-03-01 06:40", "open": 1993.65, "high": 1996.79, "low": 1988.36, "close": 1993.95, "bb_upper": 2013.1999948891228, "bb_mid": 1999.982, "bb_lower": 1986.7640051108772}, {"timestamp": 1772347500000, "datetime": "2026-03-01 06:45", "open": 1993.94, "high": 1994.22, "low": 1988.21, "close": 1993.53, "bb_upper": 2008.6835283337489, "bb_mid": 1998.292, "bb_lower": 1987.900471666251}, {"timestamp": 1772347800000, "datetime": "2026-03-01 06:50", "open": 1993.68, "high": 1999.84, "low": 1993.68, "close": 1997.8, "bb_upper": 2005.9539585100017, "bb_mid": 1997.547, "bb_lower": 1989.1400414899983}, {"timestamp": 1772348100000, "datetime": "2026-03-01 06:55", "open": 1997.81, "high": 1999.84, "low": 1997.59, "close": 1997.6, "bb_upper": 2005.8552118940327, "bb_mid": 1997.475, "bb_lower": 1989.0947881059672}, {"timestamp": 1772348400000, "datetime": "2026-03-01 07:00", "open": 1997.59, "high": 1998.48, "low": 1993.76, "close": 1993.9, "bb_upper": 2004.10125709765, "bb_mid": 1996.611, "bb_lower": 1989.1207429023502}, {"timestamp": 1772348700000, "datetime": "2026-03-01 07:05", "open": 1994.0, "high": 1997.3, "low": 1992.01, "close": 1997.22, "bb_upper": 2003.852697628692, "bb_mid": 1996.4959999999999, "bb_lower": 1989.1393023713076}, {"timestamp": 1772349000000, "datetime": "2026-03-01 07:10", "open": 1997.22, "high": 2004.0, "low": 1996.81, "close": 2002.11, "bb_upper": 2003.7565913276294, "bb_mid": 1996.4810000000002, "bb_lower": 1989.205408672371}, {"timestamp": 1772349300000, "datetime": "2026-03-01 07:15", "open": 2002.1, "high": 2002.78, "low": 2000.18, "close": 2001.72, "bb_upper": 2004.733070954732, "bb_mid": 1996.688, "bb_lower": 1988.6429290452681}, {"timestamp": 1772349600000, "datetime": "2026-03-01 07:20", "open": 2001.72, "high": 2004.51, "low": 1999.19, "close": 1999.93, "bb_upper": 2005.4743704165844, "bb_mid": 1997.141, "bb_lower": 1988.8076295834157}, {"timestamp": 1772349900000, "datetime": "2026-03-01 07:25", "open": 1999.92, "high": 1999.92, "low": 1996.48, "close": 1998.94, "bb_upper": 2005.4985357648939, "bb_mid": 1997.67, "bb_lower": 1989.8414642351063}, {"timestamp": 1772350200000, "datetime": "2026-03-01 07:30", "open": 1998.63, "high": 2002.14, "low": 1995.84, "close": 2002.14, "bb_upper": 2006.2924309583807, "bb_mid": 1998.489, "bb_lower": 1990.6855690416194}, {"timestamp": 1772350500000, "datetime": "2026-03-01 07:35", "open": 2002.14, "high": 2007.41, "low": 2002.14, "close": 2007.16, "bb_upper": 2008.9694268421638, "bb_mid": 1999.852, "bb_lower": 1990.7345731578364}, {"timestamp": 1772350800000, "datetime": "2026-03-01 07:40", "open": 2007.17, "high": 2008.89, "low": 2003.67, "close": 2004.29, "bb_upper": 2010.0380873290642, "bb_mid": 2000.5009999999997, "bb_lower": 1990.9639126709353}, {"timestamp": 1772351100000, "datetime": "2026-03-01 07:45", "open": 2004.3, "high": 2006.22, "low": 2003.3, "close": 2003.72, "bb_upper": 2010.5843533733143, "bb_mid": 2001.113, "bb_lower": 1991.6416466266858}, {"timestamp": 1772351400000, "datetime": "2026-03-01 07:50", "open": 2003.61, "high": 2006.01, "low": 2003.1, "close": 2004.32, "bb_upper": 2009.4473690137906, "bb_mid": 2002.155, "bb_lower": 1994.8626309862093}, {"timestamp": 1772351700000, "datetime": "2026-03-01 07:55", "open": 2004.32, "high": 2006.9, "low": 2004.24, "close": 2006.26, "bb_upper": 2009.5623052493804, "bb_mid": 2003.059, "bb_lower": 1996.5556947506195}, {"timestamp": 1772352000000, "datetime": "2026-03-01 08:00", "open": 2006.27, "high": 2007.47, "low": 1999.1, "close": 1999.29, "bb_upper": 2009.9170382235175, "bb_mid": 2002.777, "bb_lower": 1995.6369617764826}, {"timestamp": 1772352300000, "datetime": "2026-03-01 08:05", "open": 1999.43, "high": 2006.27, "low": 1997.92, "close": 2005.11, "bb_upper": 2010.4088732335035, "bb_mid": 2003.116, "bb_lower": 1995.8231267664964}, {"timestamp": 1772352600000, "datetime": "2026-03-01 08:10", "open": 2005.03, "high": 2009.3, "low": 2005.0, "close": 2008.43, "bb_upper": 2011.7589294876796, "bb_mid": 2003.966, "bb_lower": 1996.1730705123202}, {"timestamp": 1772352900000, "datetime": "2026-03-01 08:15", "open": 2008.42, "high": 2008.43, "low": 2005.5, "close": 2005.95, "bb_upper": 2011.186863346382, "bb_mid": 2004.6670000000001, "bb_lower": 1998.1471366536182}, {"timestamp": 1772353200000, "datetime": "2026-03-01 08:20", "open": 2005.96, "high": 2008.0, "low": 2002.78, "close": 2007.05, "bb_upper": 2011.5096489547504, "bb_mid": 2005.1580000000001, "bb_lower": 1998.8063510452498}, {"timestamp": 1772353500000, "datetime": "2026-03-01 08:25", "open": 2006.98, "high": 2007.82, "low": 2005.42, "close": 2006.3, "bb_upper": 2011.269936484557, "bb_mid": 2005.0720000000001, "bb_lower": 1998.8740635154431}, {"timestamp": 1772353800000, "datetime": "2026-03-01 08:30", "open": 2006.03, "high": 2006.68, "low": 2001.37, "close": 2002.88, "bb_upper": 2011.3488186195366, "bb_mid": 2004.931, "bb_lower": 1998.5131813804635}, {"timestamp": 1772354100000, "datetime": "2026-03-01 08:35", "open": 2002.89, "high": 2004.59, "low": 2001.71, "close": 2004.41, "bb_upper": 2011.3502296546349, "bb_mid": 2005.0, "bb_lower": 1998.6497703453651}, {"timestamp": 1772354400000, "datetime": "2026-03-01 08:40", "open": 2004.22, "high": 2004.79, "low": 2000.48, "close": 2000.9, "bb_upper": 2011.790017012501, "bb_mid": 2004.658, "bb_lower": 1997.5259829874988}, {"timestamp": 1772354700000, "datetime": "2026-03-01 08:45", "open": 2000.9, "high": 2001.66, "low": 1995.65, "close": 1995.86, "bb_upper": 2013.381486399162, "bb_mid": 2003.618, "bb_lower": 1993.854513600838}, {"timestamp": 1772355000000, "datetime": "2026-03-01 08:50", "open": 1995.86, "high": 1996.39, "low": 1980.11, "close": 1983.68, "bb_upper": 2020.5354786606226, "bb_mid": 2002.057, "bb_lower": 1983.5785213393774}, {"timestamp": 1772355300000, "datetime": "2026-03-01 08:55", "open": 1984.04, "high": 1986.77, "low": 1981.57, "close": 1985.43, "bb_upper": 2022.4512339435137, "bb_mid": 2000.089, "bb_lower": 1977.7267660564862}, {"timestamp": 1772355600000, "datetime": "2026-03-01 09:00", "open": 1985.24, "high": 1989.51, "low": 1974.01, "close": 1988.42, "bb_upper": 2020.8587987953388, "bb_mid": 1998.0880000000002, "bb_lower": 1975.3172012046616}, {"timestamp": 1772355900000, "datetime": "2026-03-01 09:05", "open": 1988.17, "high": 1989.22, "low": 1983.08, "close": 1987.25, "bb_upper": 2019.3020186420542, "bb_mid": 1996.218, "bb_lower": 1973.133981357946}, {"timestamp": 1772356200000, "datetime": "2026-03-01 09:10", "open": 1987.24, "high": 1988.64, "low": 1984.95, "close": 1987.65, "bb_upper": 2016.100802167561, "bb_mid": 1994.2779999999998, "bb_lower": 1972.4551978324387}, {"timestamp": 1772356500000, "datetime": "2026-03-01 09:15", "open": 1987.65, "high": 1995.0, "low": 1987.4, "close": 1990.59, "bb_upper": 2011.8948580314068, "bb_mid": 1992.7069999999999, "bb_lower": 1973.519141968593}, {"timestamp": 1772356800000, "datetime": "2026-03-01 09:20", "open": 1990.43, "high": 1992.96, "low": 1989.0, "close": 1989.0, "bb_upper": 2008.420756123279, "bb_mid": 1991.319, "bb_lower": 1974.2172438767209}, {"timestamp": 1772357100000, "datetime": "2026-03-01 09:25", "open": 1989.49, "high": 1990.25, "low": 1986.6, "close": 1990.22, "bb_upper": 2002.5615888945058, "bb_mid": 1989.9, "bb_lower": 1977.2384111054944}, {"timestamp": 1772357400000, "datetime": "2026-03-01 09:30", "open": 1990.85, "high": 1991.18, "low": 1981.58, "close": 1981.96, "bb_upper": 1997.7608435262891, "bb_mid": 1988.006, "bb_lower": 1978.251156473711}, {"timestamp": 1772357700000, "datetime": "2026-03-01 09:35", "open": 1981.86, "high": 1985.79, "low": 1976.55, "close": 1979.41, "bb_upper": 1995.5719419382099, "bb_mid": 1986.361, "bb_lower": 1977.1500580617903}, {"timestamp": 1772358000000, "datetime": "2026-03-01 09:40", "open": 1979.2, "high": 1982.88, "low": 1978.95, "close": 1979.08, "bb_upper": 1996.6338962773427, "bb_mid": 1985.9010000000003, "bb_lower": 1975.1681037226579}, {"timestamp": 1772358300000, "datetime": "2026-03-01 09:45", "open": 1979.07, "high": 1980.75, "low": 1976.06, "close": 1980.23, "bb_upper": 1997.0213062316618, "bb_mid": 1985.381, "bb_lower": 1973.7406937683384}, {"timestamp": 1772358600000, "datetime": "2026-03-01 09:50", "open": 1979.85, "high": 1981.89, "low": 1978.05, "close": 1978.61, "bb_upper": 1996.8192558821727, "bb_mid": 1984.4, "bb_lower": 1971.9807441178275}, {"timestamp": 1772358900000, "datetime": "2026-03-01 09:55", "open": 1978.61, "high": 1980.77, "low": 1977.02, "close": 1979.92, "bb_upper": 1996.2687417777684, "bb_mid": 1983.667, "bb_lower": 1971.0652582222315}, {"timestamp": 1772359200000, "datetime": "2026-03-01 10:00", "open": 1979.91, "high": 1981.99, "low": 1974.66, "close": 1978.11, "bb_upper": 1995.4766748561522, "bb_mid": 1982.7130000000002, "bb_lower": 1969.9493251438482}, {"timestamp": 1772359500000, "datetime": "2026-03-01 10:05", "open": 1978.12, "high": 1979.52, "low": 1971.62, "close": 1977.46, "bb_upper": 1992.6700315488188, "bb_mid": 1981.4, "bb_lower": 1970.1299684511814}, {"timestamp": 1772359800000, "datetime": "2026-03-01 10:10", "open": 1977.5, "high": 1983.67, "low": 1974.17, "close": 1982.6, "bb_upper": 1989.9826924244396, "bb_mid": 1980.7599999999998, "bb_lower": 1971.53730757556}, {"timestamp": 1772360100000, "datetime": "2026-03-01 10:15", "open": 1982.61, "high": 1982.77, "low": 1977.24, "close": 1978.87, "bb_upper": 1983.6803334224135, "bb_mid": 1979.625, "bb_lower": 1975.5696665775865}, {"timestamp": 1772360400000, "datetime": "2026-03-01 10:20", "open": 1978.86, "high": 1980.11, "low": 1977.91, "close": 1980.06, "bb_upper": 1982.9762107550089, "bb_mid": 1979.435, "bb_lower": 1975.893789244991}, {"timestamp": 1772360700000, "datetime": "2026-03-01 10:25", "open": 1980.06, "high": 1985.0, "low": 1979.24, "close": 1983.93, "bb_upper": 1984.9021998132619, "bb_mid": 1979.887, "bb_lower": 1974.871800186738}, {"timestamp": 1772361000000, "datetime": "2026-03-01 10:30", "open": 1983.75, "high": 1985.71, "low": 1982.84, "close": 1985.13, "bb_upper": 1986.914441124702, "bb_mid": 1980.4919999999997, "bb_lower": 1974.0695588752974}, {"timestamp": 1772361300000, "datetime": "2026-03-01 10:35", "open": 1986.16, "high": 1992.18, "low": 1982.32, "close": 1982.81, "bb_upper": 1987.4185205755798, "bb_mid": 1980.75, "bb_lower": 1974.0814794244202}, {"timestamp": 1772361600000, "datetime": "2026-03-01 10:40", "open": 1982.54, "high": 1983.19, "low": 1979.66, "close": 1980.47, "bb_upper": 1987.3471686402395, "bb_mid": 1980.9359999999997, "bb_lower": 1974.52483135976}, {"timestamp": 1772361900000, "datetime": "2026-03-01 10:45", "open": 1980.46, "high": 1984.29, "low": 1978.28, "close": 1982.23, "bb_upper": 1987.5840459844796, "bb_mid": 1981.167, "bb_lower": 1974.7499540155202}, {"timestamp": 1772362200000, "datetime": "2026-03-01 10:50", "open": 1981.84, "high": 1983.57, "low": 1979.56, "close": 1982.79, "bb_upper": 1987.5508244705973, "bb_mid": 1981.6349999999998, "bb_lower": 1975.7191755294023}, {"timestamp": 1772362500000, "datetime": "2026-03-01 10:55", "open": 1982.78, "high": 1984.78, "low": 1982.59, "close": 1983.91, "bb_upper": 1987.137725805379, "bb_mid": 1982.28, "bb_lower": 1977.422274194621}, {"timestamp": 1772362800000, "datetime": "2026-03-01 11:00", "open": 1983.91, "high": 1985.98, "low": 1983.84, "close": 1985.97, "bb_upper": 1988.2909175424054, "bb_mid": 1982.6169999999997, "bb_lower": 1976.943082457594}, {"timestamp": 1772363100000, "datetime": "2026-03-01 11:05", "open": 1985.67, "high": 1987.94, "low": 1984.88, "close": 1986.02, "bb_upper": 1988.5219047304688, "bb_mid": 1983.3319999999999, "bb_lower": 1978.142095269531}, {"timestamp": 1772363400000, "datetime": "2026-03-01 11:10", "open": 1986.03, "high": 1986.31, "low": 1983.77, "close": 1984.6, "bb_upper": 1988.1661350816569, "bb_mid": 1983.786, "bb_lower": 1979.4058649183432}, {"timestamp": 1772363700000, "datetime": "2026-03-01 11:15", "open": 1984.61, "high": 1988.48, "low": 1984.6, "close": 1986.47, "bb_upper": 1988.9109170936858, "bb_mid": 1984.0400000000002, "bb_lower": 1979.1690829063145}, {"timestamp": 1772364000000, "datetime": "2026-03-01 11:20", "open": 1986.48, "high": 1988.64, "low": 1985.26, "close": 1986.63, "bb_upper": 1989.424779524191, "bb_mid": 1984.19, "bb_lower": 1978.955220475809}, {"timestamp": 1772364300000, "datetime": "2026-03-01 11:25", "open": 1986.63, "high": 1988.62, "low": 1986.31, "close": 1986.55, "bb_upper": 1989.9470134064065, "bb_mid": 1984.5639999999999, "bb_lower": 1979.1809865935932}, {"timestamp": 1772364600000, "datetime": "2026-03-01 11:30", "open": 1986.56, "high": 1987.84, "low": 1980.95, "close": 1981.74, "bb_upper": 1989.4621146205516, "bb_mid": 1984.691, "bb_lower": 1979.9198853794485}, {"timestamp": 1772364900000, "datetime": "2026-03-01 11:35", "open": 1981.83, "high": 1985.24, "low": 1981.83, "close": 1984.27, "bb_upper": 1989.1835546969935, "bb_mid": 1984.895, "bb_lower": 1980.6064453030065}, {"timestamp": 1772365200000, "datetime": "2026-03-01 11:40", "open": 1984.28, "high": 1986.92, "low": 1982.02, "close": 1982.37, "bb_upper": 1989.2948316104705, "bb_mid": 1984.8530000000003, "bb_lower": 1980.41116838953}, {"timestamp": 1772365500000, "datetime": "2026-03-01 11:45", "open": 1982.37, "high": 1985.09, "low": 1981.5, "close": 1983.06, "bb_upper": 1989.3826174754429, "bb_mid": 1984.768, "bb_lower": 1980.1533825245572}, {"timestamp": 1772365800000, "datetime": "2026-03-01 11:50", "open": 1983.06, "high": 1983.66, "low": 1981.31, "close": 1983.09, "bb_upper": 1989.135179313911, "bb_mid": 1984.48, "bb_lower": 1979.824820686089}, {"timestamp": 1772366100000, "datetime": "2026-03-01 11:55", "open": 1983.26, "high": 1984.0, "low": 1982.16, "close": 1982.31, "bb_upper": 1988.835307138442, "bb_mid": 1984.109, "bb_lower": 1979.3826928615579}, {"timestamp": 1772366400000, "datetime": "2026-03-01 12:00", "open": 1982.31, "high": 1984.45, "low": 1981.34, "close": 1982.23, "bb_upper": 1988.7946347958748, "bb_mid": 1983.872, "bb_lower": 1978.9493652041253}, {"timestamp": 1772366700000, "datetime": "2026-03-01 12:05", "open": 1982.3, "high": 1987.25, "low": 1980.56, "close": 1986.7, "bb_upper": 1988.9045221828258, "bb_mid": 1983.895, "bb_lower": 1978.8854778171742}, {"timestamp": 1772367000000, "datetime": "2026-03-01 12:10", "open": 1986.71, "high": 1986.71, "low": 1983.63, "close": 1984.0, "bb_upper": 1988.0397236503668, "bb_mid": 1983.632, "bb_lower": 1979.2242763496333}, {"timestamp": 1772367300000, "datetime": "2026-03-01 12:15", "open": 1984.0, "high": 1986.5, "low": 1983.33, "close": 1986.0, "bb_upper": 1987.7468995791537, "bb_mid": 1983.577, "bb_lower": 1979.4071004208463}, {"timestamp": 1772367600000, "datetime": "2026-03-01 12:20", "open": 1986.01, "high": 1986.01, "low": 1980.83, "close": 1982.55, "bb_upper": 1987.6242955008706, "bb_mid": 1983.6580000000001, "bb_lower": 1979.6917044991296}, {"timestamp": 1772367900000, "datetime": "2026-03-01 12:25", "open": 1982.55, "high": 1983.21, "low": 1978.69, "close": 1979.84, "bb_upper": 1988.137556500461, "bb_mid": 1983.2150000000001, "bb_lower": 1978.2924434995393}, {"timestamp": 1772368200000, "datetime": "2026-03-01 12:30", "open": 1979.84, "high": 1982.98, "low": 1975.34, "close": 1976.29, "bb_upper": 1989.9874551387963, "bb_mid": 1982.607, "bb_lower": 1975.2265448612036}, {"timestamp": 1772368500000, "datetime": "2026-03-01 12:35", "open": 1976.19, "high": 1980.0, "low": 1976.19, "close": 1979.6, "bb_upper": 1989.9925232256728, "bb_mid": 1982.261, "bb_lower": 1974.5294767743271}, {"timestamp": 1772368800000, "datetime": "2026-03-01 12:40", "open": 1979.59, "high": 1984.99, "low": 1979.19, "close": 1983.3, "bb_upper": 1990.03092286423, "bb_mid": 1982.282, "bb_lower": 1974.5330771357699}, {"timestamp": 1772369100000, "datetime": "2026-03-01 12:45", "open": 1983.29, "high": 1983.36, "low": 1976.04, "close": 1977.35, "bb_upper": 1990.4594604782, "bb_mid": 1981.786, "bb_lower": 1973.1125395218}, {"timestamp": 1772369400000, "datetime": "2026-03-01 12:50", "open": 1977.35, "high": 1978.37, "low": 1975.7, "close": 1977.37, "bb_upper": 1990.6270663483701, "bb_mid": 1981.3, "bb_lower": 1971.9729336516298}, {"timestamp": 1772369700000, "datetime": "2026-03-01 12:55", "open": 1977.37, "high": 1978.0, "low": 1976.61, "close": 1977.43, "bb_upper": 1988.8096598347272, "bb_mid": 1980.373, "bb_lower": 1971.936340165273}, {"timestamp": 1772370000000, "datetime": "2026-03-01 13:00", "open": 1977.48, "high": 1980.33, "low": 1973.68, "close": 1976.17, "bb_upper": 1987.9596873697226, "bb_mid": 1979.5899999999997, "bb_lower": 1971.2203126302768}, {"timestamp": 1772370300000, "datetime": "2026-03-01 13:05", "open": 1976.62, "high": 1980.0, "low": 1976.62, "close": 1977.81, "bb_upper": 1985.020838331261, "bb_mid": 1978.771, "bb_lower": 1972.5211616687388}, {"timestamp": 1772370600000, "datetime": "2026-03-01 13:10", "open": 1977.81, "high": 1980.34, "low": 1977.45, "close": 1978.11, "bb_upper": 1983.6258343844254, "bb_mid": 1978.327, "bb_lower": 1973.0281656155746}, {"timestamp": 1772370900000, "datetime": "2026-03-01 13:15", "open": 1978.11, "high": 1980.88, "low": 1977.01, "close": 1977.01, "bb_upper": 1983.2532492528208, "bb_mid": 1978.0439999999999, "bb_lower": 1972.834750747179}, {"timestamp": 1772371200000, "datetime": "2026-03-01 13:20", "open": 1976.86, "high": 1976.86, "low": 1968.0, "close": 1972.12, "bb_upper": 1984.566951268658, "bb_mid": 1977.6269999999997, "bb_lower": 1970.6870487313415}, {"timestamp": 1772371500000, "datetime": "2026-03-01 13:25", "open": 1971.71, "high": 1978.95, "low": 1971.71, "close": 1975.54, "bb_upper": 1984.1013812273432, "bb_mid": 1977.221, "bb_lower": 1970.3406187726569}, {"timestamp": 1772371800000, "datetime": "2026-03-01 13:30", "open": 1975.54, "high": 1977.66, "low": 1973.64, "close": 1974.11, "bb_upper": 1981.0488966470768, "bb_mid": 1976.3020000000001, "bb_lower": 1971.5551033529234}, {"timestamp": 1772372100000, "datetime": "2026-03-01 13:35", "open": 1974.2, "high": 1977.59, "low": 1972.51, "close": 1975.89, "bb_upper": 1980.8186351633938, "bb_mid": 1976.1559999999997, "bb_lower": 1971.4933648366057}, {"timestamp": 1772372400000, "datetime": "2026-03-01 13:40", "open": 1976.02, "high": 1979.26, "low": 1976.02, "close": 1977.17, "bb_upper": 1980.7650327763688, "bb_mid": 1976.136, "bb_lower": 1971.5069672236311}, {"timestamp": 1772372700000, "datetime": "2026-03-01 13:45", "open": 1977.18, "high": 1979.16, "low": 1975.62, "close": 1976.92, "bb_upper": 1980.6318586531102, "bb_mid": 1976.0849999999998, "bb_lower": 1971.5381413468895}, {"timestamp": 1772373000000, "datetime": "2026-03-01 13:50", "open": 1976.91, "high": 2023.56, "low": 1976.91, "close": 2016.95, "bb_upper": 2012.7953226137352, "bb_mid": 1980.163, "bb_lower": 1947.5306773862649}, {"timestamp": 1772373300000, "datetime": "2026-03-01 13:55", "open": 2017.2, "high": 2019.81, "low": 2005.13, "close": 2005.71, "bb_upper": 2021.1655107676384, "bb_mid": 1982.953, "bb_lower": 1944.7404892323616}, {"timestamp": 1772373600000, "datetime": "2026-03-01 14:00", "open": 2005.71, "high": 2012.96, "low": 2002.05, "close": 2010.79, "bb_upper": 2029.9001322061001, "bb_mid": 1986.221, "bb_lower": 1942.5418677938999}, {"timestamp": 1772373900000, "datetime": "2026-03-01 14:05", "open": 2011.11, "high": 2026.35, "low": 2009.84, "close": 2015.59, "bb_upper": 2038.49976782688, "bb_mid": 1990.0790000000002, "bb_lower": 1941.6582321731203}, {"timestamp": 1772374200000, "datetime": "2026-03-01 14:10", "open": 2015.6, "high": 2019.21, "low": 2013.14, "close": 2015.01, "bb_upper": 2043.607041081918, "bb_mid": 1994.368, "bb_lower": 1945.128958918082}, {"timestamp": 1772374500000, "datetime": "2026-03-01 14:15", "open": 2015.0, "high": 2018.33, "low": 2008.62, "close": 2014.89, "bb_upper": 2046.9162155814317, "bb_mid": 1998.3029999999999, "bb_lower": 1949.689784418568}, {"timestamp": 1772374800000, "datetime": "2026-03-01 14:20", "open": 2015.22, "high": 2015.44, "low": 2003.01, "close": 2007.73, "bb_upper": 2045.710502434668, "bb_mid": 2001.6650000000002, "bb_lower": 1957.6194975653325}, {"timestamp": 1772375100000, "datetime": "2026-03-01 14:25", "open": 2007.89, "high": 2009.97, "low": 2004.68, "close": 2006.77, "bb_upper": 2042.5753369665492, "bb_mid": 2004.753, "bb_lower": 1966.9306630334506}, {"timestamp": 1772375400000, "datetime": "2026-03-01 14:30", "open": 2006.92, "high": 2011.92, "low": 2003.31, "close": 2007.25, "bb_upper": 2036.80711383932, "bb_mid": 2007.7609999999997, "bb_lower": 1978.7148861606795}, {"timestamp": 1772375700000, "datetime": "2026-03-01 14:35", "open": 2007.25, "high": 2008.39, "low": 2002.54, "close": 2005.42, "bb_upper": 2022.0365588849481, "bb_mid": 2010.611, "bb_lower": 1999.185441115052}, {"timestamp": 1772376000000, "datetime": "2026-03-01 14:40", "open": 2005.41, "high": 2007.81, "low": 1992.4, "close": 1997.93, "bb_upper": 2022.4635772684376, "bb_mid": 2008.709, "bb_lower": 1994.9544227315625}, {"timestamp": 1772376300000, "datetime": "2026-03-01 14:45", "open": 1997.92, "high": 2004.13, "low": 1995.55, "close": 2001.79, "bb_upper": 2022.983979400078, "bb_mid": 2008.3170000000002, "bb_lower": 1993.6500205999225}, {"timestamp": 1772376600000, "datetime": "2026-03-01 14:50", "open": 2001.79, "high": 2002.17, "low": 1996.15, "close": 1999.91, "bb_upper": 2023.0951434174954, "bb_mid": 2007.229, "bb_lower": 1991.3628565825047}, {"timestamp": 1772376900000, "datetime": "2026-03-01 14:55", "open": 1999.9, "high": 2001.88, "low": 1998.33, "close": 2000.8, "bb_upper": 2020.4707572646428, "bb_mid": 2005.75, "bb_lower": 1991.0292427353572}, {"timestamp": 1772377200000, "datetime": "2026-03-01 15:00", "open": 1998.8, "high": 2005.18, "low": 1997.93, "close": 2003.87, "bb_upper": 2016.923805608275, "bb_mid": 2004.636, "bb_lower": 1992.348194391725}, {"timestamp": 1772377500000, "datetime": "2026-03-01 15:05", "open": 2003.87, "high": 2005.21, "low": 1998.92, "close": 2003.16, "bb_upper": 2011.825474464341, "bb_mid": 2003.4630000000002, "bb_lower": 1995.1005255356595}, {"timestamp": 1772377800000, "datetime": "2026-03-01 15:10", "open": 2003.15, "high": 2007.75, "low": 2001.92, "close": 2007.75, "bb_upper": 2011.8345732832997, "bb_mid": 2003.4649999999997, "bb_lower": 1995.0954267166996}, {"timestamp": 1772378100000, "datetime": "2026-03-01 15:15", "open": 2007.84, "high": 2012.17, "low": 2004.48, "close": 2009.35, "bb_upper": 2012.9994715065159, "bb_mid": 2003.7230000000004, "bb_lower": 1994.446528493485}, {"timestamp": 1772378400000, "datetime": "2026-03-01 15:20", "open": 2009.35, "high": 2013.32, "low": 2005.11, "close": 2006.18, "bb_upper": 2012.645228772288, "bb_mid": 2003.6160000000004, "bb_lower": 1994.586771227713}, {"timestamp": 1772378700000, "datetime": "2026-03-01 15:25", "open": 2006.18, "high": 2012.3, "low": 2006.18, "close": 2009.01, "bb_upper": 2013.9035940176216, "bb_mid": 2003.975, "bb_lower": 1994.0464059823782}, {"timestamp": 1772379000000, "datetime": "2026-03-01 15:30", "open": 2009.02, "high": 2013.42, "low": 2009.01, "close": 2012.88, "bb_upper": 2016.0883018102436, "bb_mid": 2005.47, "bb_lower": 1994.8516981897565}, {"timestamp": 1772379300000, "datetime": "2026-03-01 15:35", "open": 2012.89, "high": 2015.45, "low": 2010.35, "close": 2013.55, "bb_upper": 2018.4391194629222, "bb_mid": 2006.646, "bb_lower": 1994.8528805370777}, {"timestamp": 1772379600000, "datetime": "2026-03-01 15:40", "open": 2013.54, "high": 2014.97, "low": 2011.0, "close": 2012.65, "bb_upper": 2018.934996091192, "bb_mid": 2007.9199999999996, "bb_lower": 1996.9050039088072}, {"timestamp": 1772379900000, "datetime": "2026-03-01 15:45", "open": 2012.65, "high": 2012.65, "low": 2008.31, "close": 2009.85, "bb_upper": 2017.93679219169, "bb_mid": 2008.825, "bb_lower": 1999.71320780831}, {"timestamp": 1772380200000, "datetime": "2026-03-01 15:50", "open": 2009.85, "high": 2012.88, "low": 2003.95, "close": 2004.88, "bb_upper": 2017.6845133188033, "bb_mid": 2008.9260000000002, "bb_lower": 2000.167486681197}, {"timestamp": 1772380500000, "datetime": "2026-03-01 15:55", "open": 2004.89, "high": 2006.32, "low": 1991.32, "close": 1992.11, "bb_upper": 2023.361839790339, "bb_mid": 2007.821, "bb_lower": 1992.2801602096608}, {"timestamp": 1772380800000, "datetime": "2026-03-01 16:00", "open": 1992.31, "high": 2002.39, "low": 1982.32, "close": 2001.18, "bb_upper": 2023.569597791272, "bb_mid": 2007.164, "bb_lower": 1990.758402208728}, {"timestamp": 1772381100000, "datetime": "2026-03-01 16:05", "open": 2001.19, "high": 2003.34, "low": 1999.23, "close": 2000.74, "bb_upper": 2023.3128584568572, "bb_mid": 2006.3029999999999, "bb_lower": 1989.2931415431426}, {"timestamp": 1772381400000, "datetime": "2026-03-01 16:10", "open": 2000.73, "high": 2002.16, "low": 1997.37, "close": 1997.91, "bb_upper": 2023.7378082042544, "bb_mid": 2005.4759999999999, "bb_lower": 1987.2141917957454}, {"timestamp": 1772381700000, "datetime": "2026-03-01 16:15", "open": 1997.75, "high": 2002.13, "low": 1996.67, "close": 2001.39, "bb_upper": 2022.9453572969478, "bb_mid": 2004.714, "bb_lower": 1986.482642703052}, {"timestamp": 1772382000000, "datetime": "2026-03-01 16:20", "open": 2001.51, "high": 2001.51, "low": 1994.21, "close": 1999.26, "bb_upper": 2020.4940284356599, "bb_mid": 2003.352, "bb_lower": 1986.2099715643403}, {"timestamp": 1772382300000, "datetime": "2026-03-01 16:25", "open": 1999.25, "high": 2008.33, "low": 1999.07, "close": 2004.79, "bb_upper": 2017.2318284153178, "bb_mid": 2002.4759999999999, "bb_lower": 1987.720171584682}, {"timestamp": 1772382600000, "datetime": "2026-03-01 16:30", "open": 2004.68, "high": 2005.52, "low": 2003.32, "close": 2003.66, "bb_upper": 2013.4603219378191, "bb_mid": 2001.577, "bb_lower": 1989.6936780621809}, {"timestamp": 1772382900000, "datetime": "2026-03-01 16:35", "open": 2004.3, "high": 2006.2, "low": 2001.77, "close": 2003.53, "bb_upper": 2010.6175790109103, "bb_mid": 2000.9450000000002, "bb_lower": 1991.27242098909}, {"timestamp": 1772383200000, "datetime": "2026-03-01 16:40", "open": 2003.53, "high": 2003.53, "low": 1999.0, "close": 1999.03, "bb_upper": 2009.469114788073, "bb_mid": 2000.36, "bb_lower": 1991.2508852119267}, {"timestamp": 1772383500000, "datetime": "2026-03-01 16:45", "open": 1999.7, "high": 1999.7, "low": 1967.62, "close": 1972.48, "bb_upper": 2021.8221706088905, "bb_mid": 1998.3970000000002, "bb_lower": 1974.9718293911098}, {"timestamp": 1772383800000, "datetime": "2026-03-01 16:50", "open": 1972.33, "high": 1976.88, "low": 1959.13, "close": 1970.3, "bb_upper": 2027.3302872988866, "bb_mid": 1995.309, "bb_lower": 1963.2877127011134}, {"timestamp": 1772384100000, "datetime": "2026-03-01 16:55", "open": 1970.3, "high": 1975.42, "low": 1970.3, "close": 1973.34, "bb_upper": 2028.4564367718788, "bb_mid": 1992.569, "bb_lower": 1956.6815632281211}, {"timestamp": 1772384400000, "datetime": "2026-03-01 17:00", "open": 1973.35, "high": 1975.21, "low": 1965.11, "close": 1969.18, "bb_upper": 2029.5792100569208, "bb_mid": 1989.696, "bb_lower": 1949.812789943079}, {"timestamp": 1772384700000, "datetime": "2026-03-01 17:05", "open": 1968.77, "high": 1974.81, "low": 1968.6, "close": 1972.09, "bb_upper": 2027.402755051445, "bb_mid": 1986.766, "bb_lower": 1946.1292449485552}, {"timestamp": 1772385000000, "datetime": "2026-03-01 17:10", "open": 1972.08, "high": 1973.49, "low": 1966.54, "close": 1969.9, "bb_upper": 2024.825418104412, "bb_mid": 1983.83, "bb_lower": 1942.834581895588}, {"timestamp": 1772385300000, "datetime": "2026-03-01 17:15", "open": 1969.89, "high": 1970.53, "low": 1954.04, "close": 1958.26, "bb_upper": 2020.1554683468712, "bb_mid": 1979.1770000000001, "bb_lower": 1938.198531653129}, {"timestamp": 1772385600000, "datetime": "2026-03-01 17:20", "open": 1959.15, "high": 1966.53, "low": 1952.22, "close": 1964.21, "bb_upper": 2011.4322701033498, "bb_mid": 1975.232, "bb_lower": 1939.0317298966502}, {"timestamp": 1772385900000, "datetime": "2026-03-01 17:25", "open": 1964.61, "high": 1967.33, "low": 1962.17, "close": 1964.18, "bb_upper": 1998.346201698015, "bb_mid": 1971.2969999999998, "bb_lower": 1944.2477983019846}, {"timestamp": 1772386200000, "datetime": "2026-03-01 17:30", "open": 1964.19, "high": 1966.92, "low": 1959.67, "close": 1966.88, "bb_upper": 1979.8852999152261, "bb_mid": 1968.0819999999999, "bb_lower": 1956.2787000847736}, {"timestamp": 1772386500000, "datetime": "2026-03-01 17:35", "open": 1966.49, "high": 1970.0, "low": 1966.04, "close": 1966.92, "bb_upper": 1978.691865642907, "bb_mid": 1967.5260000000003, "bb_lower": 1956.3601343570936}, {"timestamp": 1772386800000, "datetime": "2026-03-01 17:40", "open": 1966.92, "high": 1969.92, "low": 1966.19, "close": 1967.79, "bb_upper": 1978.181128819761, "bb_mid": 1967.275, "bb_lower": 1956.3688711802392}, {"timestamp": 1772387100000, "datetime": "2026-03-01 17:45", "open": 1967.87, "high": 1973.5, "low": 1964.35, "close": 1970.65, "bb_upper": 1977.0462537041817, "bb_mid": 1967.006, "bb_lower": 1956.9657462958185}, {"timestamp": 1772387400000, "datetime": "2026-03-01 17:50", "open": 1970.64, "high": 1974.44, "low": 1968.75, "close": 1968.75, "bb_upper": 1976.9441770765388, "bb_mid": 1966.9630000000002, "bb_lower": 1956.9818229234616}, {"timestamp": 1772387700000, "datetime": "2026-03-01 17:55", "open": 1968.67, "high": 1970.17, "low": 1957.99, "close": 1959.96, "bb_upper": 1976.0071316653284, "bb_mid": 1965.75, "bb_lower": 1955.4928683346716}, {"timestamp": 1772388000000, "datetime": "2026-03-01 18:00", "open": 1960.04, "high": 1992.7, "low": 1959.75, "close": 1982.79, "bb_upper": 1983.8720134045473, "bb_mid": 1967.039, "bb_lower": 1950.2059865954527}, {"timestamp": 1772388300000, "datetime": "2026-03-01 18:05", "open": 1983.63, "high": 1996.0, "low": 1980.52, "close": 1987.79, "bb_upper": 1991.6322974152881, "bb_mid": 1969.9920000000002, "bb_lower": 1948.3517025847123}, {"timestamp": 1772388600000, "datetime": "2026-03-01 18:10", "open": 1987.64, "high": 1987.64, "low": 1980.98, "close": 1983.0, "bb_upper": 1995.0674091150597, "bb_mid": 1971.8709999999999, "bb_lower": 1948.67459088494}, {"timestamp": 1772388900000, "datetime": "2026-03-01 18:15", "open": 1983.01, "high": 1992.02, "low": 1981.66, "close": 1982.02, "bb_upper": 1997.030703346517, "bb_mid": 1973.6550000000002, "bb_lower": 1950.2792966534835}, {"timestamp": 1772389200000, "datetime": "2026-03-01 18:20", "open": 1981.93, "high": 1984.22, "low": 1979.21, "close": 1979.38, "bb_upper": 1997.849677578179, "bb_mid": 1974.905, "bb_lower": 1951.960322421821}, {"timestamp": 1772389500000, "datetime": "2026-03-01 18:25", "open": 1980.04, "high": 1981.17, "low": 1978.21, "close": 1979.41, "bb_upper": 1998.186719356043, "bb_mid": 1976.154, "bb_lower": 1954.1212806439569}, {"timestamp": 1772389800000, "datetime": "2026-03-01 18:30", "open": 1979.26, "high": 1982.5, "low": 1971.97, "close": 1981.53, "bb_upper": 1998.5950352024715, "bb_mid": 1977.5280000000002, "bb_lower": 1956.460964797529}, {"timestamp": 1772390100000, "datetime": "2026-03-01 18:35", "open": 1981.66, "high": 1982.62, "low": 1979.25, "close": 1980.3, "bb_upper": 1998.7374369930758, "bb_mid": 1978.493, "bb_lower": 1958.248563006924}, {"timestamp": 1772390400000, "datetime": "2026-03-01 18:40", "open": 1980.3, "high": 1981.68, "low": 1979.01, "close": 1979.58, "bb_upper": 1997.922439254888, "bb_mid": 1979.5760000000002, "bb_lower": 1961.2295607451124}, {"timestamp": 1772390700000, "datetime": "2026-03-01 18:45", "open": 1979.58, "high": 1982.42, "low": 1979.16, "close": 1980.3, "bb_upper": 1988.0140677177326, "bb_mid": 1981.6100000000001, "bb_lower": 1975.2059322822677}, {"timestamp": 1772391000000, "datetime": "2026-03-01 18:50", "open": 1980.26, "high": 1980.96, "low": 1974.35, "close": 1975.55, "bb_upper": 1988.7541336908916, "bb_mid": 1980.886, "bb_lower": 1973.0178663091083}, {"timestamp": 1772391300000, "datetime": "2026-03-01 18:55", "open": 1975.56, "high": 1977.16, "low": 1972.66, "close": 1974.7, "bb_upper": 1986.1710529814507, "bb_mid": 1979.577, "bb_lower": 1972.9829470185493}, {"timestamp": 1772391600000, "datetime": "2026-03-01 19:00", "open": 1974.69, "high": 1975.31, "low": 1970.76, "close": 1970.77, "bb_upper": 1987.2321269921551, "bb_mid": 1978.354, "bb_lower": 1969.475873007845}, {"timestamp": 1772391900000, "datetime": "2026-03-01 19:05", "open": 1970.77, "high": 1973.76, "low": 1967.19, "close": 1973.24, "bb_upper": 1986.5477449013674, "bb_mid": 1977.4759999999999, "bb_lower": 1968.4042550986323}, {"timestamp": 1772392200000, "datetime": "2026-03-01 19:10", "open": 1973.24, "high": 1973.63, "low": 1961.5, "close": 1962.8, "bb_upper": 1990.3184109137148, "bb_mid": 1975.818, "bb_lower": 1961.3175890862851}, {"timestamp": 1772392500000, "datetime": "2026-03-01 19:15", "open": 1963.5, "high": 1965.75, "low": 1958.99, "close": 1964.15, "bb_upper": 1991.015448275464, "bb_mid": 1974.292, "bb_lower": 1957.5685517245358}, {"timestamp": 1772392800000, "datetime": "2026-03-01 19:20", "open": 1964.16, "high": 1965.0, "low": 1960.05, "close": 1960.78, "bb_upper": 1990.660973157463, "bb_mid": 1972.2169999999999, "bb_lower": 1953.7730268425366}, {"timestamp": 1772393100000, "datetime": "2026-03-01 19:25", "open": 1960.89, "high": 1961.16, "low": 1956.11, "close": 1958.99, "bb_upper": 1989.701513276766, "bb_mid": 1970.086, "bb_lower": 1950.470486723234}, {"timestamp": 1772393400000, "datetime": "2026-03-01 19:30", "open": 1959.3, "high": 1966.87, "low": 1956.32, "close": 1958.65, "bb_upper": 1987.5524892074259, "bb_mid": 1967.9929999999997, "bb_lower": 1948.4335107925735}, {"timestamp": 1772393700000, "datetime": "2026-03-01 19:35", "open": 1958.59, "high": 1961.55, "low": 1958.01, "close": 1959.6, "bb_upper": 1983.1437322160066, "bb_mid": 1965.923, "bb_lower": 1948.7022677839934}, {"timestamp": 1772394000000, "datetime": "2026-03-01 19:40", "open": 1959.51, "high": 1960.41, "low": 1946.27, "close": 1949.25, "bb_upper": 1982.7148163771756, "bb_mid": 1963.2930000000001, "bb_lower": 1943.8711836228247}, {"timestamp": 1772394300000, "datetime": "2026-03-01 19:45", "open": 1949.04, "high": 1954.35, "low": 1948.92, "close": 1952.66, "bb_upper": 1979.299628955208, "bb_mid": 1961.089, "bb_lower": 1942.878371044792}, {"timestamp": 1772394600000, "datetime": "2026-03-01 19:50", "open": 1952.67, "high": 1953.63, "low": 1948.06, "close": 1953.45, "bb_upper": 1976.2754565965963, "bb_mid": 1959.357, "bb_lower": 1942.4385434034036}, {"timestamp": 1772394900000, "datetime": "2026-03-01 19:55", "open": 1953.74, "high": 1954.5, "low": 1951.75, "close": 1952.96, "bb_upper": 1969.667773856327, "bb_mid": 1957.3290000000002, "bb_lower": 1944.9902261436735}, {"timestamp": 1772395200000, "datetime": "2026-03-01 20:00", "open": 1952.55, "high": 1953.2, "low": 1948.23, "close": 1952.75, "bb_upper": 1968.1140746864005, "bb_mid": 1956.324, "bb_lower": 1944.5339253135996}, {"timestamp": 1772395500000, "datetime": "2026-03-01 20:05", "open": 1952.75, "high": 1954.25, "low": 1940.99, "close": 1940.99, "bb_upper": 1968.9247867779077, "bb_mid": 1954.0080000000003, "bb_lower": 1939.0912132220928}, {"timestamp": 1772395800000, "datetime": "2026-03-01 20:10", "open": 1941.33, "high": 1942.12, "low": 1927.45, "close": 1932.87, "bb_upper": 1972.3559814021867, "bb_mid": 1951.217, "bb_lower": 1930.0780185978135}, {"timestamp": 1772396100000, "datetime": "2026-03-01 20:15", "open": 1933.11, "high": 1935.79, "low": 1927.51, "close": 1931.58, "bb_upper": 1973.3860442704406, "bb_mid": 1948.4759999999999, "bb_lower": 1923.5659557295592}, {"timestamp": 1772396400000, "datetime": "2026-03-01 20:20", "open": 1931.57, "high": 1936.59, "low": 1926.81, "close": 1930.51, "bb_upper": 1972.4535793155608, "bb_mid": 1945.6620000000003, "bb_lower": 1918.8704206844398}, {"timestamp": 1772396700000, "datetime": "2026-03-01 20:25", "open": 1930.51, "high": 1932.9, "low": 1923.27, "close": 1923.27, "bb_upper": 1971.0017205267636, "bb_mid": 1942.029, "bb_lower": 1913.0562794732364}, {"timestamp": 1772397000000, "datetime": "2026-03-01 20:30", "open": 1923.47, "high": 1926.22, "low": 1917.03, "close": 1918.87, "bb_upper": 1972.3312564685486, "bb_mid": 1938.991, "bb_lower": 1905.6507435314513}, {"timestamp": 1772397300000, "datetime": "2026-03-01 20:35", "open": 1919.29, "high": 1920.77, "low": 1911.05, "close": 1912.59, "bb_upper": 1971.785602471144, "bb_mid": 1934.984, "bb_lower": 1898.1823975288557}, {"timestamp": 1772397600000, "datetime": "2026-03-01 20:40", "open": 1912.91, "high": 1913.48, "low": 1905.93, "close": 1911.14, "bb_upper": 1968.0096642994492, "bb_mid": 1930.753, "bb_lower": 1893.4963357005506}, {"timestamp": 1772397900000, "datetime": "2026-03-01 20:45", "open": 1911.13, "high": 1915.69, "low": 1907.01, "close": 1909.98, "bb_upper": 1961.340165284746, "bb_mid": 1926.455, "bb_lower": 1891.5698347152538}, {"timestamp": 1772398200000, "datetime": "2026-03-01 20:50", "open": 1909.89, "high": 1916.25, "low": 1909.6, "close": 1912.0, "bb_upper": 1950.0675849634938, "bb_mid": 1922.3799999999999, "bb_lower": 1894.692415036506}, {"timestamp": 1772398500000, "datetime": "2026-03-01 20:55", "open": 1911.85, "high": 1915.62, "low": 1909.2, "close": 1912.78, "bb_upper": 1942.685387195621, "bb_mid": 1919.5589999999997, "bb_lower": 1896.4326128043786}, {"timestamp": 1772398800000, "datetime": "2026-03-01 21:00", "open": 1912.78, "high": 1917.27, "low": 1911.55, "close": 1911.55, "bb_upper": 1938.0368346602247, "bb_mid": 1917.4270000000001, "bb_lower": 1896.8171653397756}, {"timestamp": 1772399100000, "datetime": "2026-03-01 21:05", "open": 1911.49, "high": 1914.45, "low": 1911.49, "close": 1913.64, "bb_upper": 1932.1639392167674, "bb_mid": 1915.6330000000003, "bb_lower": 1899.1020607832331}, {"timestamp": 1772399400000, "datetime": "2026-03-01 21:10", "open": 1913.64, "high": 1923.2, "low": 1913.64, "close": 1921.26, "bb_upper": 1926.3536167242635, "bb_mid": 1914.7079999999999, "bb_lower": 1903.0623832757362}, {"timestamp": 1772399700000, "datetime": "2026-03-01 21:15", "open": 1921.26, "high": 1923.68, "low": 1919.01, "close": 1922.28, "bb_upper": 1925.7651732412348, "bb_mid": 1914.6089999999997, "bb_lower": 1903.4528267587646}, {"timestamp": 1772400000000, "datetime": "2026-03-01 21:20", "open": 1922.29, "high": 1927.9, "low": 1921.78, "close": 1925.99, "bb_upper": 1929.4022200090762, "bb_mid": 1915.321, "bb_lower": 1901.2397799909236}, {"timestamp": 1772400300000, "datetime": "2026-03-01 21:25", "open": 1925.92, "high": 1925.92, "low": 1919.06, "close": 1923.53, "bb_upper": 1931.6329820990245, "bb_mid": 1916.4149999999997, "bb_lower": 1901.197017900975}, {"timestamp": 1772400600000, "datetime": "2026-03-01 21:30", "open": 1923.54, "high": 1926.72, "low": 1921.77, "close": 1924.51, "bb_upper": 1933.4158508107616, "bb_mid": 1917.752, "bb_lower": 1902.0881491892383}, {"timestamp": 1772400900000, "datetime": "2026-03-01 21:35", "open": 1924.51, "high": 1927.94, "low": 1924.51, "close": 1927.0, "bb_upper": 1935.032351253498, "bb_mid": 1919.4540000000002, "bb_lower": 1903.8756487465023}, {"timestamp": 1772401200000, "datetime": "2026-03-01 21:40", "open": 1927.01, "high": 1929.21, "low": 1920.06, "close": 1924.16, "bb_upper": 1935.1341366835213, "bb_mid": 1920.67, "bb_lower": 1906.2058633164788}, {"timestamp": 1772401500000, "datetime": "2026-03-01 21:45", "open": 1924.26, "high": 1927.08, "low": 1923.47, "close": 1926.83, "bb_upper": 1935.4400001558647, "bb_mid": 1922.075, "bb_lower": 1908.7099998441354}, {"timestamp": 1772401800000, "datetime": "2026-03-01 21:50", "open": 1927.03, "high": 1928.62, "low": 1925.97, "close": 1927.8, "bb_upper": 1934.0014022777723, "bb_mid": 1923.7, "bb_lower": 1913.3985977222278}, {"timestamp": 1772402100000, "datetime": "2026-03-01 21:55", "open": 1927.79, "high": 1930.76, "low": 1927.03, "close": 1927.64, "bb_upper": 1930.8452395752822, "bb_mid": 1925.1, "bb_lower": 1919.3547604247176}, {"timestamp": 1772402400000, "datetime": "2026-03-01 22:00", "open": 1928.0, "high": 1931.41, "low": 1925.47, "close": 1930.01, "bb_upper": 1931.8224501802688, "bb_mid": 1925.975, "bb_lower": 1920.127549819731}, {"timestamp": 1772402700000, "datetime": "2026-03-01 22:05", "open": 1930.0, "high": 1930.71, "low": 1926.1, "close": 1926.19, "bb_upper": 1931.2323983943934, "bb_mid": 1926.3660000000004, "bb_lower": 1921.4996016056075}, {"timestamp": 1772403000000, "datetime": "2026-03-01 22:10", "open": 1926.19, "high": 1970.0, "low": 1926.08, "close": 1944.78, "bb_upper": 1943.5595140398711, "bb_mid": 1928.2450000000001, "bb_lower": 1912.930485960129}, {"timestamp": 1772403300000, "datetime": "2026-03-01 22:15", "open": 1944.78, "high": 1951.0, "low": 1942.03, "close": 1946.71, "bb_upper": 1951.021684823856, "bb_mid": 1930.563, "bb_lower": 1910.1043151761442}, {"timestamp": 1772403600000, "datetime": "2026-03-01 22:20", "open": 1946.51, "high": 1947.27, "low": 1941.5, "close": 1943.88, "bb_upper": 1954.6407618056155, "bb_mid": 1932.5, "bb_lower": 1910.3592381943845}, {"timestamp": 1772403900000, "datetime": "2026-03-01 22:25", "open": 1943.87, "high": 1944.25, "low": 1930.59, "close": 1934.94, "bb_upper": 1954.94954907074, "bb_mid": 1933.2939999999999, "bb_lower": 1911.6384509292598}, {"timestamp": 1772404200000, "datetime": "2026-03-01 22:30", "open": 1934.89, "high": 1937.28, "low": 1918.66, "close": 1922.09, "bb_upper": 1955.4006979914857, "bb_mid": 1933.087, "bb_lower": 1910.7733020085143}, {"timestamp": 1772404500000, "datetime": "2026-03-01 22:35", "open": 1922.43, "high": 1926.0, "low": 1913.4, "close": 1923.01, "bb_upper": 1955.9475951469788, "bb_mid": 1932.7050000000004, "bb_lower": 1909.462404853022}, {"timestamp": 1772404800000, "datetime": "2026-03-01 22:40", "open": 1923.51, "high": 1930.4, "low": 1922.49, "close": 1928.86, "bb_upper": 1955.9129312865034, "bb_mid": 1932.8109999999997, "bb_lower": 1909.709068713496}, {"timestamp": 1772405100000, "datetime": "2026-03-01 22:45", "open": 1928.75, "high": 1928.75, "low": 1918.58, "close": 1922.39, "bb_upper": 1956.547718817917, "bb_mid": 1932.286, "bb_lower": 1908.024281182083}, {"timestamp": 1772405400000, "datetime": "2026-03-01 22:50", "open": 1922.22, "high": 1929.28, "low": 1921.65, "close": 1928.49, "bb_upper": 1956.5241596732894, "bb_mid": 1932.134, "bb_lower": 1907.7438403267106}, {"timestamp": 1772405700000, "datetime": "2026-03-01 22:55", "open": 1928.48, "high": 1928.49, "low": 1921.64, "close": 1923.63, "bb_upper": 1956.7800101821274, "bb_mid": 1931.878, "bb_lower": 1906.9759898178725}, {"timestamp": 1772406000000, "datetime": "2026-03-01 23:00", "open": 1923.63, "high": 1934.66, "low": 1917.51, "close": 1934.66, "bb_upper": 1953.288629937922, "bb_mid": 1930.866, "bb_lower": 1908.443370062078}, {"timestamp": 1772406300000, "datetime": "2026-03-01 23:05", "open": 1935.46, "high": 1945.76, "low": 1933.39, "close": 1945.54, "bb_upper": 1952.6095442711978, "bb_mid": 1930.7490000000003, "bb_lower": 1908.8884557288027}, {"timestamp": 1772406600000, "datetime": "2026-03-01 23:10", "open": 1945.54, "high": 1946.82, "low": 1935.2, "close": 1935.74, "bb_upper": 1949.1922686493433, "bb_mid": 1929.935, "bb_lower": 1910.6777313506566}, {"timestamp": 1772406900000, "datetime": "2026-03-01 23:15", "open": 1935.74, "high": 1938.11, "low": 1933.45, "close": 1936.14, "bb_upper": 1949.5507447280083, "bb_mid": 1930.0550000000003, "bb_lower": 1910.5592552719922}, {"timestamp": 1772407200000, "datetime": "2026-03-01 23:20", "open": 1936.15, "high": 1938.39, "low": 1933.62, "close": 1936.99, "bb_upper": 1950.360128553897, "bb_mid": 1931.545, "bb_lower": 1912.729871446103}, {"timestamp": 1772407500000, "datetime": "2026-03-01 23:25", "open": 1936.99, "high": 1937.76, "low": 1930.58, "close": 1931.51, "bb_upper": 1949.6694000136908, "bb_mid": 1932.3949999999998, "bb_lower": 1915.1205999863087}, {"timestamp": 1772407800000, "datetime": "2026-03-01 23:30", "open": 1931.11, "high": 1935.5, "low": 1930.32, "close": 1934.14, "bb_upper": 1949.94961335967, "bb_mid": 1932.9230000000002, "bb_lower": 1915.8963866403305}, {"timestamp": 1772408100000, "datetime": "2026-03-01 23:35", "open": 1934.15, "high": 1944.99, "low": 1933.68, "close": 1942.91, "bb_upper": 1950.8773288388747, "bb_mid": 1934.975, "bb_lower": 1919.072671161125}, {"timestamp": 1772408400000, "datetime": "2026-03-01 23:40", "open": 1942.92, "high": 1942.92, "low": 1936.31, "close": 1939.34, "bb_upper": 1951.1839967527605, "bb_mid": 1936.0600000000002, "bb_lower": 1920.9360032472398}, {"timestamp": 1772408700000, "datetime": "2026-03-01 23:45", "open": 1939.22, "high": 1942.67, "low": 1937.26, "close": 1941.13, "bb_upper": 1948.673860834067, "bb_mid": 1937.81, "bb_lower": 1926.946139165933}, {"timestamp": 1772409000000, "datetime": "2026-03-01 23:50", "open": 1941.11, "high": 1941.73, "low": 1935.63, "close": 1937.08, "bb_upper": 1948.5922192682117, "bb_mid": 1938.0520000000001, "bb_lower": 1927.5117807317886}, {"timestamp": 1772409300000, "datetime": "2026-03-01 23:55", "open": 1937.09, "high": 1938.66, "low": 1936.36, "close": 1938.58, "bb_upper": 1945.6619148937348, "bb_mid": 1937.3559999999998, "bb_lower": 1929.0500851062648}, {"timestamp": 1772409600000, "datetime": "2026-03-02 00:00", "open": 1938.61, "high": 1941.01, "low": 1936.34, "close": 1940.34, "bb_upper": 1946.294725008958, "bb_mid": 1937.816, "bb_lower": 1929.337274991042}, {"timestamp": 1772409900000, "datetime": "2026-03-02 00:05", "open": 1939.39, "high": 1946.0, "low": 1937.53, "close": 1945.85, "bb_upper": 1949.1895774717286, "bb_mid": 1938.7869999999998, "bb_lower": 1928.384422528271}, {"timestamp": 1772410200000, "datetime": "2026-03-02 00:10", "open": 1945.86, "high": 1952.65, "low": 1942.75, "close": 1942.75, "bb_upper": 1950.0669066725811, "bb_mid": 1939.363, "bb_lower": 1928.659093327419}, {"timestamp": 1772410500000, "datetime": "2026-03-02 00:15", "open": 1942.76, "high": 1945.18, "low": 1938.68, "close": 1944.25, "bb_upper": 1949.415462042586, "bb_mid": 1940.6370000000002, "bb_lower": 1931.8585379574145}, {"timestamp": 1772410800000, "datetime": "2026-03-02 00:20", "open": 1945.0, "high": 1948.5, "low": 1940.82, "close": 1948.03, "bb_upper": 1950.5292934795762, "bb_mid": 1942.0259999999998, "bb_lower": 1933.5227065204235}, {"timestamp": 1772411100000, "datetime": "2026-03-02 00:25", "open": 1948.16, "high": 1949.7, "low": 1941.83, "close": 1945.39, "bb_upper": 1951.1731510206703, "bb_mid": 1942.274, "bb_lower": 1933.3748489793295}, {"timestamp": 1772411400000, "datetime": "2026-03-02 00:30", "open": 1945.38, "high": 1950.89, "low": 1945.0, "close": 1945.4, "bb_upper": 1951.680718089378, "bb_mid": 1942.8799999999999, "bb_lower": 1934.0792819106218}, {"timestamp": 1772411700000, "datetime": "2026-03-02 00:35", "open": 1945.4, "high": 1949.79, "low": 1945.16, "close": 1948.14, "bb_upper": 1953.127046665729, "bb_mid": 1943.5810000000001, "bb_lower": 1934.0349533342712}, {"timestamp": 1772412000000, "datetime": "2026-03-02 00:40", "open": 1948.15, "high": 1962.0, "low": 1946.74, "close": 1961.58, "bb_upper": 1961.6856693868308, "bb_mid": 1946.0310000000002, "bb_lower": 1930.3763306131696}, {"timestamp": 1772412300000, "datetime": "2026-03-02 00:45", "open": 1962.5, "high": 1966.14, "low": 1955.63, "close": 1957.06, "bb_upper": 1964.2274048236416, "bb_mid": 1947.8790000000001, "bb_lower": 1931.5305951763587}, {"timestamp": 1772412600000, "datetime": "2026-03-02 00:50", "open": 1957.3, "high": 1963.22, "low": 1954.7, "close": 1959.41, "bb_upper": 1966.958131816144, "bb_mid": 1949.786, "bb_lower": 1932.613868183856}, {"timestamp": 1772412900000, "datetime": "2026-03-02 00:55", "open": 1959.82, "high": 1961.6, "low": 1958.38, "close": 1959.76, "bb_upper": 1969.6098739017473, "bb_mid": 1951.1770000000001, "bb_lower": 1932.744126098253}, {"timestamp": 1772413200000, "datetime": "2026-03-02 01:00", "open": 1959.76, "high": 1968.55, "low": 1958.54, "close": 1965.55, "bb_upper": 1973.4023212628358, "bb_mid": 1953.4569999999999, "bb_lower": 1933.511678737164}, {"timestamp": 1772413500000, "datetime": "2026-03-02 01:05", "open": 1965.29, "high": 1974.84, "low": 1960.19, "close": 1974.35, "bb_upper": 1980.532916568412, "bb_mid": 1956.4669999999999, "bb_lower": 1932.4010834315877}, {"timestamp": 1772413800000, "datetime": "2026-03-02 01:10", "open": 1975.0, "high": 1988.21, "low": 1975.0, "close": 1980.16, "bb_upper": 1988.7983409173294, "bb_mid": 1959.6799999999998, "bb_lower": 1930.5616590826703}, {"timestamp": 1772414100000, "datetime": "2026-03-02 01:15", "open": 1980.15, "high": 1982.7, "low": 1975.01, "close": 1976.07, "bb_upper": 1991.5100235727618, "bb_mid": 1962.748, "bb_lower": 1933.9859764272383}, {"timestamp": 1772414400000, "datetime": "2026-03-02 01:20", "open": 1976.07, "high": 1976.07, "low": 1968.0, "close": 1968.54, "bb_upper": 1989.64595422945, "bb_mid": 1965.062, "bb_lower": 1940.47804577055}, {"timestamp": 1772414700000, "datetime": "2026-03-02 01:25", "open": 1968.57, "high": 1969.63, "low": 1964.4, "close": 1966.69, "bb_upper": 1986.4990923365697, "bb_mid": 1966.917, "bb_lower": 1947.3349076634302}, {"timestamp": 1772415000000, "datetime": "2026-03-02 01:30", "open": 1966.9, "high": 1971.22, "low": 1966.3, "close": 1968.71, "bb_upper": 1986.6662884454388, "bb_mid": 1967.6299999999999, "bb_lower": 1948.593711554561}, {"timestamp": 1772415300000, "datetime": "2026-03-02 01:35", "open": 1968.7, "high": 1970.0, "low": 1966.22, "close": 1969.33, "bb_upper": 1985.4806405041525, "bb_mid": 1968.857, "bb_lower": 1952.2333594958475}, {"timestamp": 1772415600000, "datetime": "2026-03-02 01:40", "open": 1969.43, "high": 1972.77, "low": 1966.41, "close": 1967.08, "bb_upper": 1984.200580341241, "bb_mid": 1969.6240000000003, "bb_lower": 1955.0474196587595}, {"timestamp": 1772415900000, "datetime": "2026-03-02 01:45", "open": 1967.08, "high": 1968.51, "low": 1958.9, "close": 1961.0, "bb_upper": 1983.7640513142842, "bb_mid": 1969.748, "bb_lower": 1955.731948685716}, {"timestamp": 1772416200000, "datetime": "2026-03-02 01:50", "open": 1961.05, "high": 1967.26, "low": 1960.52, "close": 1965.77, "bb_upper": 1983.7412999474789, "bb_mid": 1969.77, "bb_lower": 1955.798700052521}, {"timestamp": 1772416500000, "datetime": "2026-03-02 01:55", "open": 1965.76, "high": 1965.77, "low": 1961.53, "close": 1962.82, "bb_upper": 1982.93278407253, "bb_mid": 1968.6170000000002, "bb_lower": 1954.3012159274704}, {"timestamp": 1772416800000, "datetime": "2026-03-02 02:00", "open": 1963.24, "high": 1964.87, "low": 1960.5, "close": 1962.99, "bb_upper": 1977.5737411435807, "bb_mid": 1966.9, "bb_lower": 1956.2262588564195}, {"timestamp": 1772417100000, "datetime": "2026-03-02 02:05", "open": 1962.99, "high": 1965.36, "low": 1945.72, "close": 1949.12, "bb_upper": 1979.19264885016, "bb_mid": 1964.2050000000004, "bb_lower": 1949.2173511498409}, {"timestamp": 1772417400000, "datetime": "2026-03-02 02:10", "open": 1949.3, "high": 1949.3, "low": 1938.31, "close": 1943.97, "bb_upper": 1983.0552946559542, "bb_mid": 1961.748, "bb_lower": 1940.440705344046}, {"timestamp": 1772417700000, "datetime": "2026-03-02 02:15", "open": 1944.18, "high": 1948.61, "low": 1940.67, "close": 1942.78, "bb_upper": 1984.7969348411564, "bb_mid": 1959.357, "bb_lower": 1933.9170651588436}, {"timestamp": 1772418000000, "datetime": "2026-03-02 02:20", "open": 1942.77, "high": 1949.11, "low": 1940.8, "close": 1947.03, "bb_upper": 1982.8663258440208, "bb_mid": 1957.1889999999999, "bb_lower": 1931.5116741559789}, {"timestamp": 1772418300000, "datetime": "2026-03-02 02:25", "open": 1947.04, "high": 1948.97, "low": 1946.31, "close": 1947.49, "bb_upper": 1979.2777020024553, "bb_mid": 1955.0049999999999, "bb_lower": 1930.7322979975445}, {"timestamp": 1772418600000, "datetime": "2026-03-02 02:30", "open": 1947.5, "high": 1955.34, "low": 1946.49, "close": 1953.79, "bb_upper": 1975.50876780438, "bb_mid": 1953.676, "bb_lower": 1931.8432321956197}, {"timestamp": 1772418900000, "datetime": "2026-03-02 02:35", "open": 1953.63, "high": 1962.0, "low": 1952.97, "close": 1959.01, "bb_upper": 1974.899000146526, "bb_mid": 1953.477, "bb_lower": 1932.054999853474}, {"timestamp": 1772419200000, "datetime": "2026-03-02 02:40", "open": 1959.02, "high": 1959.88, "low": 1953.9, "close": 1954.94, "bb_upper": 1971.029998616774, "bb_mid": 1952.3939999999998, "bb_lower": 1933.7580013832255}, {"timestamp": 1772419500000, "datetime": "2026-03-02 02:45", "open": 1954.95, "high": 1959.77, "low": 1952.23, "close": 1952.38, "bb_upper": 1967.6055973265945, "bb_mid": 1951.35, "bb_lower": 1935.0944026734053}, {"timestamp": 1772419800000, "datetime": "2026-03-02 02:50", "open": 1952.49, "high": 1954.23, "low": 1950.23, "close": 1951.48, "bb_upper": 1962.8862445239715, "bb_mid": 1950.199, "bb_lower": 1937.5117554760286}, {"timestamp": 1772420100000, "datetime": "2026-03-02 02:55", "open": 1951.7, "high": 1956.78, "low": 1951.59, "close": 1954.47, "bb_upper": 1963.8044883866908, "bb_mid": 1950.7340000000004, "bb_lower": 1937.66351161331}, {"timestamp": 1772420400000, "datetime": "2026-03-02 03:00", "open": 1954.64, "high": 1955.0, "low": 1947.0, "close": 1949.17, "bb_upper": 1963.0390140244087, "bb_mid": 1951.2540000000001, "bb_lower": 1939.4689859755915}, {"timestamp": 1772420700000, "datetime": "2026-03-02 03:05", "open": 1949.17, "high": 1955.99, "low": 1949.0, "close": 1954.43, "bb_upper": 1961.7248632204517, "bb_mid": 1952.4190000000003, "bb_lower": 1943.113136779549}, {"timestamp": 1772421000000, "datetime": "2026-03-02 03:10", "open": 1954.43, "high": 1969.28, "low": 1954.28, "close": 1965.11, "bb_upper": 1966.7001436494575, "bb_mid": 1954.227, "bb_lower": 1941.7538563505427}, {"timestamp": 1772421300000, "datetime": "2026-03-02 03:15", "open": 1965.25, "high": 1973.33, "low": 1963.86, "close": 1971.03, "bb_upper": 1973.3634041864634, "bb_mid": 1956.5810000000001, "bb_lower": 1939.7985958135368}, {"timestamp": 1772421600000, "datetime": "2026-03-02 03:20", "open": 1971.16, "high": 1975.78, "low": 1969.67, "close": 1973.61, "bb_upper": 1979.7841996008726, "bb_mid": 1958.563, "bb_lower": 1937.3418003991276}, {"timestamp": 1772421900000, "datetime": "2026-03-02 03:25", "open": 1973.35, "high": 1975.66, "low": 1969.59, "close": 1972.72, "bb_upper": 1983.940842774511, "bb_mid": 1959.934, "bb_lower": 1935.9271572254888}, {"timestamp": 1772422200000, "datetime": "2026-03-02 03:30", "open": 1972.73, "high": 1977.37, "low": 1968.78, "close": 1970.75, "bb_upper": 1986.472787278392, "bb_mid": 1961.515, "bb_lower": 1936.5572127216083}, {"timestamp": 1772422500000, "datetime": "2026-03-02 03:35", "open": 1970.4, "high": 1978.53, "low": 1970.4, "close": 1973.42, "bb_upper": 1988.7709809524713, "bb_mid": 1963.619, "bb_lower": 1938.4670190475285}, {"timestamp": 1772422800000, "datetime": "2026-03-02 03:40", "open": 1973.42, "high": 1975.34, "low": 1972.27, "close": 1973.35, "bb_upper": 1989.5301561142542, "bb_mid": 1965.8059999999998, "bb_lower": 1942.0818438857455}, {"timestamp": 1772423100000, "datetime": "2026-03-02 03:45", "open": 1973.34, "high": 1974.71, "low": 1972.28, "close": 1973.39, "bb_upper": 1989.8041008421803, "bb_mid": 1967.6979999999999, "bb_lower": 1945.5918991578194}, {"timestamp": 1772423400000, "datetime": "2026-03-02 03:50", "open": 1973.83, "high": 1978.5, "low": 1973.29, "close": 1973.85, "bb_upper": 1985.4718821300185, "bb_mid": 1970.166, "bb_lower": 1954.8601178699814}, {"timestamp": 1772423700000, "datetime": "2026-03-02 03:55", "open": 1973.66, "high": 1973.97, "low": 1970.06, "close": 1971.37, "bb_upper": 1978.4470453670012, "bb_mid": 1971.86, "bb_lower": 1965.2729546329986}, {"timestamp": 1772424000000, "datetime": "2026-03-02 04:00", "open": 1971.5, "high": 1974.5, "low": 1969.82, "close": 1970.49, "bb_upper": 1975.7209379571302, "bb_mid": 1972.398, "bb_lower": 1969.0750620428696}, {"timestamp": 1772424300000, "datetime": "2026-03-02 04:05", "open": 1970.49, "high": 1972.11, "low": 1969.65, "close": 1970.17, "bb_upper": 1975.9366609037172, "bb_mid": 1972.312, "bb_lower": 1968.6873390962826}, {"timestamp": 1772424600000, "datetime": "2026-03-02 04:10", "open": 1970.18, "high": 1971.0, "low": 1968.34, "close": 1969.82, "bb_upper": 1975.8423735289882, "bb_mid": 1971.9329999999998, "bb_lower": 1968.0236264710113}, {"timestamp": 1772424900000, "datetime": "2026-03-02 04:15", "open": 1969.89, "high": 1973.7, "low": 1967.36, "close": 1969.57, "bb_upper": 1975.8655450426274, "bb_mid": 1971.6179999999997, "bb_lower": 1967.370454957372}, {"timestamp": 1772425200000, "datetime": "2026-03-02 04:20", "open": 1969.94, "high": 1974.3, "low": 1967.33, "close": 1970.35, "bb_upper": 1975.8935371752973, "bb_mid": 1971.578, "bb_lower": 1967.2624628247027}, {"timestamp": 1772425500000, "datetime": "2026-03-02 04:25", "open": 1970.36, "high": 1977.58, "low": 1970.21, "close": 1977.27, "bb_upper": 1978.106086109173, "bb_mid": 1971.9630000000002, "bb_lower": 1965.8199138908274}, {"timestamp": 1772425800000, "datetime": "2026-03-02 04:30", "open": 1977.26, "high": 1978.3, "low": 1976.05, "close": 1976.1, "bb_upper": 1979.1489795896935, "bb_mid": 1972.238, "bb_lower": 1965.3270204103067}, {"timestamp": 1772426100000, "datetime": "2026-03-02 04:35", "open": 1974.87, "high": 1975.44, "low": 1970.72, "close": 1973.89, "bb_upper": 1979.2678201186818, "bb_mid": 1972.2879999999998, "bb_lower": 1965.3081798813178}, {"timestamp": 1772426400000, "datetime": "2026-03-02 04:40", "open": 1973.88, "high": 1975.7, "low": 1972.82, "close": 1973.8, "bb_upper": 1979.2551574255704, "bb_mid": 1972.283, "bb_lower": 1965.3108425744294}, {"timestamp": 1772426700000, "datetime": "2026-03-02 04:45", "open": 1973.3, "high": 1973.52, "low": 1968.64, "close": 1969.7, "bb_upper": 1979.3597348408616, "bb_mid": 1972.116, "bb_lower": 1964.8722651591384}, {"timestamp": 1772427000000, "datetime": "2026-03-02 04:50", "open": 1969.7, "high": 1971.37, "low": 1968.75, "close": 1970.57, "bb_upper": 1979.3555301131948, "bb_mid": 1972.1239999999998, "bb_lower": 1964.8924698868047}, {"timestamp": 1772427300000, "datetime": "2026-03-02 04:55", "open": 1970.57, "high": 1972.14, "low": 1969.5, "close": 1972.13, "bb_upper": 1979.34686313769, "bb_mid": 1972.3200000000002, "bb_lower": 1965.2931368623103}, {"timestamp": 1772427600000, "datetime": "2026-03-02 05:00", "open": 1972.14, "high": 1972.41, "low": 1966.57, "close": 1966.57, "bb_upper": 1980.1964078229319, "bb_mid": 1971.9950000000001, "bb_lower": 1963.7935921770684}, {"timestamp": 1772427900000, "datetime": "2026-03-02 05:05", "open": 1965.76, "high": 1966.46, "low": 1960.1, "close": 1964.49, "bb_upper": 1981.5120592267715, "bb_mid": 1971.4870000000003, "bb_lower": 1961.4619407732291}, {"timestamp": 1772428200000, "datetime": "2026-03-02 05:10", "open": 1964.69, "high": 1967.65, "low": 1964.38, "close": 1966.21, "bb_upper": 1981.9243507223878, "bb_mid": 1971.0729999999999, "bb_lower": 1960.221649277612}, {"timestamp": 1772428500000, "datetime": "2026-03-02 05:15", "open": 1966.51, "high": 1970.48, "low": 1966.27, "close": 1969.26, "bb_upper": 1979.7012231917724, "bb_mid": 1970.2719999999997, "bb_lower": 1960.842776808227}, {"timestamp": 1772428800000, "datetime": "2026-03-02 05:20", "open": 1969.26, "high": 1970.76, "low": 1963.02, "close": 1964.76, "bb_upper": 1977.9409256500478, "bb_mid": 1969.1380000000001, "bb_lower": 1960.3350743499525}, {"timestamp": 1772429100000, "datetime": "2026-03-02 05:25", "open": 1964.76, "high": 1967.62, "low": 1964.71, "close": 1966.99, "bb_upper": 1976.3034280596453, "bb_mid": 1968.4479999999999, "bb_lower": 1960.5925719403544}, {"timestamp": 1772429400000, "datetime": "2026-03-02 05:30", "open": 1967.09, "high": 1969.66, "low": 1966.99, "close": 1969.42, "bb_upper": 1974.4240470843506, "bb_mid": 1968.0100000000002, "bb_lower": 1961.5959529156498}, {"timestamp": 1772429700000, "datetime": "2026-03-02 05:35", "open": 1969.41, "high": 1972.41, "low": 1968.86, "close": 1970.92, "bb_upper": 1974.8352724181086, "bb_mid": 1968.132, "bb_lower": 1961.4287275818915}, {"timestamp": 1772430000000, "datetime": "2026-03-02 05:40", "open": 1970.91, "high": 1985.0, "low": 1970.46, "close": 1979.92, "bb_upper": 1980.5227000004484, "bb_mid": 1969.0670000000002, "bb_lower": 1957.611299999552}, {"timestamp": 1772430300000, "datetime": "2026-03-02 05:45", "open": 1979.92, "high": 1980.15, "low": 1974.21, "close": 1975.62, "bb_upper": 1981.8132846489434, "bb_mid": 1969.416, "bb_lower": 1957.0187153510565}, {"timestamp": 1772430600000, "datetime": "2026-03-02 05:50", "open": 1975.8, "high": 1976.51, "low": 1974.07, "close": 1975.01, "bb_upper": 1983.0994790479401, "bb_mid": 1970.2600000000002, "bb_lower": 1957.4205209520603}, {"timestamp": 1772430900000, "datetime": "2026-03-02 05:55", "open": 1975.0, "high": 1975.52, "low": 1968.77, "close": 1969.99, "bb_upper": 1982.6287174995257, "bb_mid": 1970.81, "bb_lower": 1958.9912825004742}, {"timestamp": 1772431200000, "datetime": "2026-03-02 06:00", "open": 1969.99, "high": 1970.35, "low": 1962.38, "close": 1965.63, "bb_upper": 1982.7352336574545, "bb_mid": 1970.752, "bb_lower": 1958.7687663425454}, {"timestamp": 1772431500000, "datetime": "2026-03-02 06:05", "open": 1965.62, "high": 1967.41, "low": 1965.0, "close": 1966.24, "bb_upper": 1982.9222191289387, "bb_mid": 1970.45, "bb_lower": 1957.9777808710614}, {"timestamp": 1772431800000, "datetime": "2026-03-02 06:10", "open": 1966.5, "high": 1968.71, "low": 1965.81, "close": 1968.21, "bb_upper": 1982.4453531777767, "bb_mid": 1970.795, "bb_lower": 1959.1446468222234}, {"timestamp": 1772432100000, "datetime": "2026-03-02 06:15", "open": 1968.44, "high": 1968.88, "low": 1950.4, "close": 1950.52, "bb_upper": 1988.9547707278834, "bb_mid": 1969.1480000000004, "bb_lower": 1949.3412292721173}, {"timestamp": 1772432400000, "datetime": "2026-03-02 06:20", "open": 1950.52, "high": 1953.28, "low": 1940.65, "close": 1944.36, "bb_upper": 1994.486987081265, "bb_mid": 1966.6419999999998, "bb_lower": 1938.7970129187347}, {"timestamp": 1772432700000, "datetime": "2026-03-02 06:25", "open": 1944.36, "high": 1949.86, "low": 1944.34, "close": 1949.24, "bb_upper": 1995.1381806057573, "bb_mid": 1964.4740000000002, "bb_lower": 1933.809819394243}, {"timestamp": 1772433000000, "datetime": "2026-03-02 06:30", "open": 1949.32, "high": 1950.94, "low": 1946.77, "close": 1950.29, "bb_upper": 1990.7232701816708, "bb_mid": 1961.511, "bb_lower": 1932.298729818329}, {"timestamp": 1772433300000, "datetime": "2026-03-02 06:35", "open": 1950.28, "high": 1950.44, "low": 1944.61, "close": 1946.69, "bb_upper": 1987.070413488729, "bb_mid": 1958.618, "bb_lower": 1930.165586511271}, {"timestamp": 1772433600000, "datetime": "2026-03-02 06:40", "open": 1946.69, "high": 1948.34, "low": 1945.87, "close": 1947.6, "bb_upper": 1981.4713951383942, "bb_mid": 1955.8769999999997, "bb_lower": 1930.2826048616053}, {"timestamp": 1772433900000, "datetime": "2026-03-02 06:45", "open": 1947.6, "high": 1948.21, "low": 1941.22, "close": 1943.2, "bb_upper": 1977.2503786072589, "bb_mid": 1953.1979999999999, "bb_lower": 1929.1456213927408}, {"timestamp": 1772434200000, "datetime": "2026-03-02 06:50", "open": 1943.02, "high": 1944.17, "low": 1935.6, "close": 1942.01, "bb_upper": 1973.6256577420606, "bb_mid": 1950.836, "bb_lower": 1928.0463422579394}, {"timestamp": 1772434500000, "datetime": "2026-03-02 06:55", "open": 1942.0, "high": 1944.92, "low": 1942.0, "close": 1942.38, "bb_upper": 1967.5473638378658, "bb_mid": 1948.45, "bb_lower": 1929.3526361621343}, {"timestamp": 1772434800000, "datetime": "2026-03-02 07:00", "open": 1942.38, "high": 1943.9, "low": 1932.89, "close": 1933.32, "bb_upper": 1957.9221998437317, "bb_mid": 1944.961, "bb_lower": 1931.9998001562683}, {"timestamp": 1772435100000, "datetime": "2026-03-02 07:05", "open": 1933.37, "high": 1936.03, "low": 1925.22, "close": 1925.62, "bb_upper": 1961.5301238358209, "bb_mid": 1942.471, "bb_lower": 1923.4118761641791}, {"timestamp": 1772435400000, "datetime": "2026-03-02 07:10", "open": 1925.47, "high": 1932.58, "low": 1924.19, "close": 1928.64, "bb_upper": 1962.7268728858883, "bb_mid": 1940.8990000000001, "bb_lower": 1919.071127114112}, {"timestamp": 1772435700000, "datetime": "2026-03-02 07:15", "open": 1928.64, "high": 1932.0, "low": 1926.12, "close": 1927.73, "bb_upper": 1961.4733981752245, "bb_mid": 1938.748, "bb_lower": 1916.0226018247756}, {"timestamp": 1772436000000, "datetime": "2026-03-02 07:20", "open": 1927.72, "high": 1937.32, "low": 1927.1, "close": 1935.85, "bb_upper": 1957.6825058333593, "bb_mid": 1937.3039999999996, "bb_lower": 1916.92549416664}, {"timestamp": 1772436300000, "datetime": "2026-03-02 07:25", "open": 1935.81, "high": 1938.14, "low": 1934.28, "close": 1935.1, "bb_upper": 1954.8037790255014, "bb_mid": 1936.145, "bb_lower": 1917.4862209744986}, {"timestamp": 1772436600000, "datetime": "2026-03-02 07:30", "open": 1935.09, "high": 1937.54, "low": 1932.9, "close": 1933.84, "bb_upper": 1950.5033019211123, "bb_mid": 1934.7690000000002, "bb_lower": 1919.0346980788881}, {"timestamp": 1772436900000, "datetime": "2026-03-02 07:35", "open": 1933.45, "high": 1940.8, "low": 1933.45, "close": 1940.58, "bb_upper": 1949.3790891176218, "bb_mid": 1934.507, "bb_lower": 1919.6349108823783}, {"timestamp": 1772437200000, "datetime": "2026-03-02 07:40", "open": 1940.59, "high": 1940.94, "low": 1938.45, "close": 1940.88, "bb_upper": 1948.8923294056872, "bb_mid": 1934.3939999999998, "bb_lower": 1919.8956705943124}, {"timestamp": 1772437500000, "datetime": "2026-03-02 07:45", "open": 1940.71, "high": 1940.8, "low": 1937.51, "close": 1938.53, "bb_upper": 1947.3042134766295, "bb_mid": 1934.009, "bb_lower": 1920.7137865233706}, {"timestamp": 1772437800000, "datetime": "2026-03-02 07:50", "open": 1938.53, "high": 1940.67, "low": 1938.53, "close": 1938.81, "bb_upper": 1948.3546169363776, "bb_mid": 1934.5579999999998, "bb_lower": 1920.761383063622}, {"timestamp": 1772438100000, "datetime": "2026-03-02 07:55", "open": 1939.13, "high": 1941.09, "low": 1938.08, "close": 1940.13, "bb_upper": 1947.9173447049275, "bb_mid": 1936.009, "bb_lower": 1924.1006552950726}, {"timestamp": 1772438400000, "datetime": "2026-03-02 08:00", "open": 1940.2, "high": 1940.53, "low": 1931.54, "close": 1933.26, "bb_upper": 1946.8567838868673, "bb_mid": 1936.471, "bb_lower": 1926.0852161131327}, {"timestamp": 1772438700000, "datetime": "2026-03-02 08:05", "open": 1933.5, "high": 1936.22, "low": 1931.18, "close": 1932.86, "bb_upper": 1944.860099570518, "bb_mid": 1936.984, "bb_lower": 1929.1079004294818}, {"timestamp": 1772439000000, "datetime": "2026-03-02 08:10", "open": 1932.86, "high": 1935.1, "low": 1914.62, "close": 1935.1, "bb_upper": 1944.8818136153252, "bb_mid": 1936.909, "bb_lower": 1928.936186384675}, {"timestamp": 1772439300000, "datetime": "2026-03-02 08:15", "open": 1935.87, "high": 1936.61, "low": 1926.8, "close": 1932.5, "bb_upper": 1945.2700937209097, "bb_mid": 1936.649, "bb_lower": 1928.02790627909}, {"timestamp": 1772439600000, "datetime": "2026-03-02 08:20", "open": 1932.56, "high": 1933.63, "low": 1924.15, "close": 1926.2, "bb_upper": 1947.7429453555756, "bb_mid": 1935.8849999999998, "bb_lower": 1924.027054644424}, {"timestamp": 1772439900000, "datetime": "2026-03-02 08:25", "open": 1926.2, "high": 1929.56, "low": 1923.34, "close": 1925.7, "bb_upper": 1947.8864354239092, "bb_mid": 1934.3970000000002, "bb_lower": 1920.907564576091}, {"timestamp": 1772440200000, "datetime": "2026-03-02 08:30", "open": 1925.7, "high": 1930.88, "low": 1925.32, "close": 1927.23, "bb_upper": 1946.2800019457957, "bb_mid": 1933.032, "bb_lower": 1919.7839980542042}, {"timestamp": 1772440500000, "datetime": "2026-03-02 08:35", "open": 1927.1, "high": 1934.4, "low": 1926.67, "close": 1933.3, "bb_upper": 1944.8648996817185, "bb_mid": 1932.509, "bb_lower": 1920.1531003182815}, {"timestamp": 1772440800000, "datetime": "2026-03-02 08:40", "open": 1933.4, "high": 1940.94, "low": 1932.82, "close": 1937.8, "bb_upper": 1944.4274391161532, "bb_mid": 1932.408, "bb_lower": 1920.3885608838466}, {"timestamp": 1772441100000, "datetime": "2026-03-02 08:45", "open": 1938.0, "high": 1941.14, "low": 1936.72, "close": 1940.03, "bb_upper": 1944.3730017397456, "bb_mid": 1932.398, "bb_lower": 1920.4229982602542}, {"timestamp": 1772441400000, "datetime": "2026-03-02 08:50", "open": 1940.03, "high": 1949.81, "low": 1939.83, "close": 1944.3, "bb_upper": 1948.7595882760102, "bb_mid": 1933.502, "bb_lower": 1918.2444117239897}, {"timestamp": 1772441700000, "datetime": "2026-03-02 08:55", "open": 1944.18, "high": 1949.59, "low": 1943.67, "close": 1947.96, "bb_upper": 1954.0339894683384, "bb_mid": 1935.012, "bb_lower": 1915.9900105316615}, {"timestamp": 1772442000000, "datetime": "2026-03-02 09:00", "open": 1947.91, "high": 1953.58, "low": 1945.66, "close": 1948.63, "bb_upper": 1958.2259883697025, "bb_mid": 1936.3650000000002, "bb_lower": 1914.504011630298}, {"timestamp": 1772442300000, "datetime": "2026-03-02 09:05", "open": 1948.67, "high": 1952.05, "low": 1947.14, "close": 1952.04, "bb_upper": 1963.050422461005, "bb_mid": 1938.3190000000002, "bb_lower": 1913.5875775389954}, {"timestamp": 1772442600000, "datetime": "2026-03-02 09:10", "open": 1952.04, "high": 1958.99, "low": 1952.01, "close": 1954.92, "bb_upper": 1966.5633040439818, "bb_mid": 1941.191, "bb_lower": 1915.8186959560182}, {"timestamp": 1772442900000, "datetime": "2026-03-02 09:15", "open": 1954.92, "high": 1961.06, "low": 1954.28, "close": 1959.21, "bb_upper": 1969.5340370651718, "bb_mid": 1944.542, "bb_lower": 1919.549962934828}, {"timestamp": 1772443200000, "datetime": "2026-03-02 09:20", "open": 1959.21, "high": 1966.92, "low": 1955.43, "close": 1960.91, "bb_upper": 1970.7955637417572, "bb_mid": 1947.9099999999999, "bb_lower": 1925.0244362582425}, {"timestamp": 1772443500000, "datetime": "2026-03-02 09:25", "open": 1960.9, "high": 1961.64, "low": 1956.44, "close": 1956.98, "bb_upper": 1970.1200352058802, "bb_mid": 1950.2780000000002, "bb_lower": 1930.4359647941203}, {"timestamp": 1772443800000, "datetime": "2026-03-02 09:30", "open": 1957.36, "high": 1962.2, "low": 1957.35, "close": 1959.52, "bb_upper": 1970.1173624076916, "bb_mid": 1952.45, "bb_lower": 1934.7826375923084}, {"timestamp": 1772444100000, "datetime": "2026-03-02 09:35", "open": 1959.25, "high": 1961.21, "low": 1956.8, "close": 1957.93, "bb_upper": 1968.509440929648, "bb_mid": 1954.2399999999998, "bb_lower": 1939.9705590703516}, {"timestamp": 1772444400000, "datetime": "2026-03-02 09:40", "open": 1958.05, "high": 1958.38, "low": 1954.05, "close": 1955.49, "bb_upper": 1966.6458436809437, "bb_mid": 1955.359, "bb_lower": 1944.0721563190561}, {"timestamp": 1772444700000, "datetime": "2026-03-02 09:45", "open": 1955.49, "high": 1956.18, "low": 1950.4, "close": 1951.92, "bb_upper": 1965.5784077731746, "bb_mid": 1955.7550000000003, "bb_lower": 1945.931592226826}, {"timestamp": 1772445000000, "datetime": "2026-03-02 09:50", "open": 1951.92, "high": 1953.49, "low": 1947.55, "close": 1950.33, "bb_upper": 1964.9517753717148, "bb_mid": 1955.925, "bb_lower": 1946.898224628285}, {"timestamp": 1772445300000, "datetime": "2026-03-02 09:55", "open": 1950.33, "high": 1951.22, "low": 1946.35, "close": 1946.64, "bb_upper": 1966.7359987935592, "bb_mid": 1955.3849999999998, "bb_lower": 1944.0340012064403}, {"timestamp": 1772445600000, "datetime": "2026-03-02 10:00", "open": 1946.44, "high": 1954.36, "low": 1944.61, "close": 1951.8, "bb_upper": 1966.775314882594, "bb_mid": 1955.0729999999999, "bb_lower": 1943.3706851174056}, {"timestamp": 1772445900000, "datetime": "2026-03-02 10:05", "open": 1951.79, "high": 1955.07, "low": 1951.0, "close": 1951.75, "bb_upper": 1965.6787622836596, "bb_mid": 1954.327, "bb_lower": 1942.9752377163404}, {"timestamp": 1772446200000, "datetime": "2026-03-02 10:10", "open": 1951.76, "high": 1952.36, "low": 1943.27, "close": 1946.17, "bb_upper": 1964.2497591031758, "bb_mid": 1952.8530000000003, "bb_lower": 1941.4562408968247}, {"timestamp": 1772446500000, "datetime": "2026-03-02 10:15", "open": 1946.17, "high": 1949.17, "low": 1945.91, "close": 1947.59, "bb_upper": 1963.3669787488877, "bb_mid": 1951.914, "bb_lower": 1940.4610212511122}, {"timestamp": 1772446800000, "datetime": "2026-03-02 10:20", "open": 1947.59, "high": 1951.05, "low": 1946.9, "close": 1950.82, "bb_upper": 1960.3483612832445, "bb_mid": 1951.0440000000003, "bb_lower": 1941.7396387167562}, {"timestamp": 1772447100000, "datetime": "2026-03-02 10:25", "open": 1950.82, "high": 1950.82, "low": 1946.6, "close": 1949.6, "bb_upper": 1957.3012755196592, "bb_mid": 1950.211, "bb_lower": 1943.1207244803409}, {"timestamp": 1772447400000, "datetime": "2026-03-02 10:30", "open": 1951.3, "high": 1952.7, "low": 1949.16, "close": 1951.1, "bb_upper": 1955.2610648869877, "bb_mid": 1949.7720000000002, "bb_lower": 1944.2829351130126}, {"timestamp": 1772447700000, "datetime": "2026-03-02 10:35", "open": 1951.1, "high": 1954.76, "low": 1946.18, "close": 1954.3, "bb_upper": 1956.395171623919, "bb_mid": 1950.0100000000002, "bb_lower": 1943.6248283760815}, {"timestamp": 1772448000000, "datetime": "2026-03-02 10:40", "open": 1953.54, "high": 1953.54, "low": 1948.04, "close": 1949.63, "bb_upper": 1956.3247909563106, "bb_mid": 1949.94, "bb_lower": 1943.5552090436895}, {"timestamp": 1772448300000, "datetime": "2026-03-02 10:45", "open": 1949.99, "high": 1951.16, "low": 1947.75, "close": 1950.68, "bb_upper": 1956.040480394869, "bb_mid": 1950.3440000000003, "bb_lower": 1944.6475196051315}, {"timestamp": 1772448600000, "datetime": "2026-03-02 10:50", "open": 1950.53, "high": 1950.94, "low": 1945.94, "close": 1949.2, "bb_upper": 1955.6890968868827, "bb_mid": 1950.084, "bb_lower": 1944.4789031131174}, {"timestamp": 1772448900000, "datetime": "2026-03-02 10:55", "open": 1949.2, "high": 1951.52, "low": 1946.76, "close": 1951.16, "bb_upper": 1955.5267705483689, "bb_mid": 1950.025, "bb_lower": 1944.5232294516313}, {"timestamp": 1772449200000, "datetime": "2026-03-02 11:00", "open": 1951.16, "high": 1951.16, "low": 1947.42, "close": 1950.21, "bb_upper": 1954.7694660848313, "bb_mid": 1950.429, "bb_lower": 1946.088533915169}, {"timestamp": 1772449500000, "datetime": "2026-03-02 11:05", "open": 1950.49, "high": 1950.5, "low": 1936.44, "close": 1937.22, "bb_upper": 1960.6587517255268, "bb_mid": 1949.3919999999998, "bb_lower": 1938.1252482744728}, {"timestamp": 1772449800000, "datetime": "2026-03-02 11:10", "open": 1937.21, "high": 1938.36, "low": 1934.76, "close": 1935.54, "bb_upper": 1963.438285252021, "bb_mid": 1947.864, "bb_lower": 1932.2897147479791}, {"timestamp": 1772450100000, "datetime": "2026-03-02 11:15", "open": 1935.85, "high": 1939.82, "low": 1934.48, "close": 1939.68, "bb_upper": 1963.6095069496353, "bb_mid": 1946.872, "bb_lower": 1930.1344930503649}, {"timestamp": 1772450400000, "datetime": "2026-03-02 11:20", "open": 1939.68, "high": 1942.86, "low": 1937.22, "close": 1941.89, "bb_upper": 1962.6565689733213, "bb_mid": 1945.9509999999998, "bb_lower": 1929.2454310266783}, {"timestamp": 1772450700000, "datetime": "2026-03-02 11:25", "open": 1941.71, "high": 1942.49, "low": 1936.7, "close": 1937.22, "bb_upper": 1960.4710066979605, "bb_mid": 1944.243, "bb_lower": 1928.0149933020393}, {"timestamp": 1772451000000, "datetime": "2026-03-02 11:30", "open": 1937.23, "high": 1940.83, "low": 1934.83, "close": 1939.15, "bb_upper": 1959.1192401266514, "bb_mid": 1943.1949999999997, "bb_lower": 1927.270759873348}, {"timestamp": 1772451300000, "datetime": "2026-03-02 11:35", "open": 1939.15, "high": 1945.91, "low": 1938.72, "close": 1944.33, "bb_upper": 1957.1466186775615, "bb_mid": 1942.56, "bb_lower": 1927.9733813224384}, {"timestamp": 1772451600000, "datetime": "2026-03-02 11:40", "open": 1944.61, "high": 1948.45, "low": 1944.1, "close": 1945.12, "bb_upper": 1955.77355562988, "bb_mid": 1942.152, "bb_lower": 1928.53044437012}, {"timestamp": 1772451900000, "datetime": "2026-03-02 11:45", "open": 1945.63, "high": 1954.0, "low": 1945.01, "close": 1948.06, "bb_upper": 1954.2019588726448, "bb_mid": 1941.842, "bb_lower": 1929.4820411273554}, {"timestamp": 1772452200000, "datetime": "2026-03-02 11:50", "open": 1948.11, "high": 1949.82, "low": 1946.66, "close": 1946.87, "bb_upper": 1952.5044817606013, "bb_mid": 1941.5079999999998, "bb_lower": 1930.5115182393984}, {"timestamp": 1772452500000, "datetime": "2026-03-02 11:55", "open": 1946.76, "high": 1948.14, "low": 1945.2, "close": 1946.65, "bb_upper": 1953.420949166809, "bb_mid": 1942.4510000000002, "bb_lower": 1931.4810508331916}, {"timestamp": 1772452800000, "datetime": "2026-03-02 12:00", "open": 1946.51, "high": 1948.0, "low": 1943.31, "close": 1947.36, "bb_upper": 1953.3388977631669, "bb_mid": 1943.6330000000003, "bb_lower": 1933.9271022368337}, {"timestamp": 1772453100000, "datetime": "2026-03-02 12:05", "open": 1946.67, "high": 1947.14, "low": 1945.32, "close": 1945.78, "bb_upper": 1953.4065149885078, "bb_mid": 1944.243, "bb_lower": 1935.0794850114921}, {"timestamp": 1772453400000, "datetime": "2026-03-02 12:10", "open": 1945.78, "high": 1947.2, "low": 1944.22, "close": 1945.44, "bb_upper": 1953.555955806008, "bb_mid": 1944.598, "bb_lower": 1935.640044193992}, {"timestamp": 1772453700000, "datetime": "2026-03-02 12:15", "open": 1945.44, "high": 1945.45, "low": 1939.28, "close": 1941.13, "bb_upper": 1952.0411908534518, "bb_mid": 1944.989, "bb_lower": 1937.9368091465483}, {"timestamp": 1772454000000, "datetime": "2026-03-02 12:20", "open": 1940.76, "high": 1942.66, "low": 1935.01, "close": 1937.13, "bb_upper": 1953.0734518777574, "bb_mid": 1944.7869999999998, "bb_lower": 1936.5005481222422}, {"timestamp": 1772454300000, "datetime": "2026-03-02 12:25", "open": 1937.13, "high": 1938.21, "low": 1936.2, "close": 1937.54, "bb_upper": 1954.197108538978, "bb_mid": 1944.1080000000002, "bb_lower": 1934.0188914610223}, {"timestamp": 1772454600000, "datetime": "2026-03-02 12:30", "open": 1937.3, "high": 1938.02, "low": 1934.66, "close": 1936.1, "bb_upper": 1955.03656423, "bb_mid": 1943.2060000000001, "bb_lower": 1931.3754357700002}, {"timestamp": 1772454900000, "datetime": "2026-03-02 12:35", "open": 1936.11, "high": 1936.65, "low": 1927.38, "close": 1935.49, "bb_upper": 1954.3575681083732, "bb_mid": 1941.9489999999998, "bb_lower": 1929.5404318916264}, {"timestamp": 1772455200000, "datetime": "2026-03-02 12:40", "open": 1935.0, "high": 1938.99, "low": 1934.44, "close": 1937.77, "bb_upper": 1953.0195191990126, "bb_mid": 1941.039, "bb_lower": 1929.0584808009874}, {"timestamp": 1772455500000, "datetime": "2026-03-02 12:45", "open": 1937.77, "high": 1939.39, "low": 1935.68, "close": 1939.0, "bb_upper": 1951.2509088443833, "bb_mid": 1940.274, "bb_lower": 1929.2970911556165}, {"timestamp": 1772455800000, "datetime": "2026-03-02 12:50", "open": 1938.99, "high": 1941.09, "low": 1938.43, "close": 1938.43, "bb_upper": 1948.4610334219958, "bb_mid": 1939.3809999999999, "bb_lower": 1930.300966578004}, {"timestamp": 1772456100000, "datetime": "2026-03-02 12:55", "open": 1938.4, "high": 1938.4, "low": 1935.71, "close": 1937.02, "bb_upper": 1945.754379762749, "bb_mid": 1938.5049999999999, "bb_lower": 1931.2556202372507}, {"timestamp": 1772456400000, "datetime": "2026-03-02 13:00", "open": 1936.92, "high": 1937.77, "low": 1933.28, "close": 1934.0, "bb_upper": 1942.2762886487067, "bb_mid": 1937.361, "bb_lower": 1932.4457113512935}, {"timestamp": 1772456700000, "datetime": "2026-03-02 13:05", "open": 1933.95, "high": 1936.48, "low": 1927.48, "close": 1930.5, "bb_upper": 1942.5540393043739, "bb_mid": 1936.298, "bb_lower": 1930.0419606956261}, {"timestamp": 1772457000000, "datetime": "2026-03-02 13:10", "open": 1930.49, "high": 1935.2, "low": 1930.18, "close": 1932.71, "bb_upper": 1942.6560531043742, "bb_mid": 1935.8559999999998, "bb_lower": 1929.0559468956253}, {"timestamp": 1772457300000, "datetime": "2026-03-02 13:15", "open": 1932.71, "high": 1939.06, "low": 1932.15, "close": 1936.86, "bb_upper": 1942.4916764374382, "bb_mid": 1935.7879999999998, "bb_lower": 1929.0843235625614}, {"timestamp": 1772457600000, "datetime": "2026-03-02 13:20", "open": 1936.86, "high": 1941.99, "low": 1936.61, "close": 1941.16, "bb_upper": 1944.239702891786, "bb_mid": 1936.2939999999999, "bb_lower": 1928.3482971082137}, {"timestamp": 1772457900000, "datetime": "2026-03-02 13:25", "open": 1941.2, "high": 1943.15, "low": 1929.89, "close": 1932.91, "bb_upper": 1944.4130785148843, "bb_mid": 1936.036, "bb_lower": 1927.6589214851158}, {"timestamp": 1772458200000, "datetime": "2026-03-02 13:30", "open": 1932.92, "high": 1937.55, "low": 1931.2, "close": 1935.19, "bb_upper": 1944.0316170522103, "bb_mid": 1935.7780000000002, "bb_lower": 1927.5243829477902}, {"timestamp": 1772458500000, "datetime": "2026-03-02 13:35", "open": 1935.18, "high": 1938.4, "low": 1931.44, "close": 1932.22, "bb_upper": 1943.2554855431501, "bb_mid": 1935.1, "bb_lower": 1926.9445144568497}, {"timestamp": 1772458800000, "datetime": "2026-03-02 13:40", "open": 1932.42, "high": 1934.03, "low": 1925.63, "close": 1928.98, "bb_upper": 1943.0217782731117, "bb_mid": 1934.1550000000002, "bb_lower": 1925.2882217268887}, {"timestamp": 1772459100000, "datetime": "2026-03-02 13:45", "open": 1928.98, "high": 1931.56, "low": 1927.34, "close": 1927.7, "bb_upper": 1943.0119184086489, "bb_mid": 1933.223, "bb_lower": 1923.434081591351}, {"timestamp": 1772459400000, "datetime": "2026-03-02 13:50", "open": 1927.69, "high": 1928.63, "low": 1921.17, "close": 1924.09, "bb_upper": 1944.336067268671, "bb_mid": 1932.232, "bb_lower": 1920.1279327313289}, {"timestamp": 1772459700000, "datetime": "2026-03-02 13:55", "open": 1924.31, "high": 1927.74, "low": 1922.7, "close": 1926.43, "bb_upper": 1944.7343810097782, "bb_mid": 1931.825, "bb_lower": 1918.915618990222}, {"timestamp": 1772460000000, "datetime": "2026-03-02 14:00", "open": 1926.01, "high": 1927.29, "low": 1920.33, "close": 1924.89, "bb_upper": 1945.0165566239339, "bb_mid": 1931.0430000000001, "bb_lower": 1917.0694433760664}, {"timestamp": 1772460300000, "datetime": "2026-03-02 14:05", "open": 1924.96, "high": 1930.82, "low": 1924.95, "close": 1929.49, "bb_upper": 1943.3315475466081, "bb_mid": 1930.306, "bb_lower": 1917.280452453392}, {"timestamp": 1772460600000, "datetime": "2026-03-02 14:10", "open": 1929.44, "high": 1934.0, "low": 1928.05, "close": 1930.71, "bb_upper": 1938.2266400434626, "bb_mid": 1929.261, "bb_lower": 1920.2953599565374}, {"timestamp": 1772460900000, "datetime": "2026-03-02 14:15", "open": 1930.72, "high": 1933.5, "low": 1926.3, "close": 1927.07, "bb_upper": 1937.1682459006022, "bb_mid": 1928.6770000000001, "bb_lower": 1920.185754099398}, {"timestamp": 1772461200000, "datetime": "2026-03-02 14:20", "open": 1927.08, "high": 1929.58, "low": 1924.68, "close": 1928.55, "bb_upper": 1934.305290807897, "bb_mid": 1928.0129999999997, "bb_lower": 1921.7207091921023}, {"timestamp": 1772461500000, "datetime": "2026-03-02 14:25", "open": 1928.09, "high": 1932.12, "low": 1920.42, "close": 1926.3, "bb_upper": 1932.6081027291023, "bb_mid": 1927.4210000000003, "bb_lower": 1922.2338972708983}, {"timestamp": 1772461800000, "datetime": "2026-03-02 14:30", "open": 1926.32, "high": 1955.5, "low": 1925.2, "close": 1952.45, "bb_upper": 1950.3106548105818, "bb_mid": 1929.768, "bb_lower": 1909.2253451894182}, {"timestamp": 1772462100000, "datetime": "2026-03-02 14:35", "open": 1952.42, "high": 1954.53, "low": 1943.65, "close": 1947.75, "bb_upper": 1956.585580954249, "bb_mid": 1931.773, "bb_lower": 1906.9604190457508}, {"timestamp": 1772462400000, "datetime": "2026-03-02 14:40", "open": 1947.74, "high": 1965.58, "low": 1945.86, "close": 1965.05, "bb_upper": 1970.8998840921531, "bb_mid": 1935.8690000000001, "bb_lower": 1900.8381159078472}, {"timestamp": 1772462700000, "datetime": "2026-03-02 14:45", "open": 1964.13, "high": 1977.81, "low": 1958.35, "close": 1975.86, "bb_upper": 1986.7056524296488, "bb_mid": 1940.812, "bb_lower": 1894.918347570351}, {"timestamp": 1772463000000, "datetime": "2026-03-02 14:50", "open": 1975.73, "high": 1985.0, "low": 1972.15, "close": 1974.76, "bb_upper": 1996.3736305665657, "bb_mid": 1945.7990000000002, "bb_lower": 1895.2243694334347}, {"timestamp": 1772463300000, "datetime": "2026-03-02 14:55", "open": 1974.76, "high": 1978.73, "low": 1969.94, "close": 1978.51, "bb_upper": 2005.0082041594046, "bb_mid": 1950.7009999999998, "bb_lower": 1896.393795840595}, {"timestamp": 1772463600000, "datetime": "2026-03-02 15:00", "open": 1978.1, "high": 1988.97, "low": 1973.29, "close": 1983.99, "bb_upper": 2012.9865493118455, "bb_mid": 1956.029, "bb_lower": 1899.0714506881545}, {"timestamp": 1772463900000, "datetime": "2026-03-02 15:05", "open": 1984.71, "high": 2009.73, "low": 1983.42, "close": 2004.05, "bb_upper": 2025.7887670036177, "bb_mid": 1963.727, "bb_lower": 1901.6652329963824}, {"timestamp": 1772464200000, "datetime": "2026-03-02 15:10", "open": 2003.95, "high": 2032.28, "low": 2003.61, "close": 2027.53, "bb_upper": 2045.3114897487685, "bb_mid": 1973.625, "bb_lower": 1901.9385102512315}, {"timestamp": 1772464500000, "datetime": "2026-03-02 15:15", "open": 2027.52, "high": 2038.65, "low": 2025.83, "close": 2030.32, "bb_upper": 2055.1916340947078, "bb_mid": 1984.0269999999996, "bb_lower": 1912.8623659052917}, {"timestamp": 1772464800000, "datetime": "2026-03-02 15:20", "open": 2030.19, "high": 2045.41, "low": 2029.8, "close": 2037.02, "bb_upper": 2068.8088086579132, "bb_mid": 1992.484, "bb_lower": 1916.1591913420866}, {"timestamp": 1772465100000, "datetime": "2026-03-02 15:25", "open": 2036.38, "high": 2041.36, "low": 2027.12, "close": 2030.47, "bb_upper": 2071.202155758221, "bb_mid": 2000.756, "bb_lower": 1930.3098442417788}, {"timestamp": 1772465400000, "datetime": "2026-03-02 15:30", "open": 2030.87, "high": 2036.09, "low": 2020.59, "close": 2032.32, "bb_upper": 2074.2281309605796, "bb_mid": 2007.4829999999997, "bb_lower": 1940.7378690394198}, {"timestamp": 1772465700000, "datetime": "2026-03-02 15:35", "open": 2033.17, "high": 2049.89, "low": 2031.06, "close": 2049.89, "bb_upper": 2082.9207615398063, "bb_mid": 2014.886, "bb_lower": 1946.8512384601936}, {"timestamp": 1772466000000, "datetime": "2026-03-02 15:40", "open": 2049.6, "high": 2063.11, "low": 2044.39, "close": 2061.26, "bb_upper": 2090.5019762284014, "bb_mid": 2023.536, "bb_lower": 1956.5700237715987}, {"timestamp": 1772466300000, "datetime": "2026-03-02 15:45", "open": 2061.27, "high": 2064.7, "low": 2048.02, "close": 2048.02, "bb_upper": 2086.6771410515184, "bb_mid": 2030.4870000000003, "bb_lower": 1974.296858948482}, {"timestamp": 1772466600000, "datetime": "2026-03-02 15:50", "open": 2048.01, "high": 2054.28, "low": 2034.2, "close": 2037.62, "bb_upper": 2074.4707432030536, "bb_mid": 2035.85, "bb_lower": 1997.2292567969462}, {"timestamp": 1772466900000, "datetime": "2026-03-02 15:55", "open": 2038.27, "high": 2047.46, "low": 2037.01, "close": 2046.39, "bb_upper": 2067.323078341412, "bb_mid": 2040.084, "bb_lower": 2012.8449216585882}, {"timestamp": 1772467200000, "datetime": "2026-03-02 16:00", "open": 2046.4, "high": 2053.62, "low": 2042.18, "close": 2052.93, "bb_upper": 2069.1252295312383, "bb_mid": 2042.6240000000003, "bb_lower": 2016.1227704687622}, {"timestamp": 1772467500000, "datetime": "2026-03-02 16:05", "open": 2052.92, "high": 2074.0, "low": 2049.29, "close": 2072.73, "bb_upper": 2080.056948592838, "bb_mid": 2046.8650000000002, "bb_lower": 2013.6730514071621}, {"timestamp": 1772467800000, "datetime": "2026-03-02 16:10", "open": 2072.68, "high": 2076.11, "low": 2066.14, "close": 2069.36, "bb_upper": 2086.336730586452, "bb_mid": 2050.099, "bb_lower": 2013.8612694135481}, {"timestamp": 1772468100000, "datetime": "2026-03-02 16:15", "open": 2069.39, "high": 2070.66, "low": 2059.67, "close": 2060.81, "bb_upper": 2085.711384214941, "bb_mid": 2053.1330000000003, "bb_lower": 2020.5546157850597}, {"timestamp": 1772468400000, "datetime": "2026-03-02 16:20", "open": 2060.81, "high": 2070.62, "low": 2058.88, "close": 2064.84, "bb_upper": 2084.3540236640997, "bb_mid": 2056.385, "bb_lower": 2028.4159763359007}, {"timestamp": 1772468700000, "datetime": "2026-03-02 16:25", "open": 2064.66, "high": 2065.38, "low": 2056.0, "close": 2057.86, "bb_upper": 2084.569420571428, "bb_mid": 2057.182, "bb_lower": 2029.7945794285715}, {"timestamp": 1772469000000, "datetime": "2026-03-02 16:30", "open": 2057.7, "high": 2062.36, "low": 2043.66, "close": 2047.83, "bb_upper": 2083.88775826625, "bb_mid": 2055.839, "bb_lower": 2027.79024173375}, {"timestamp": 1772469300000, "datetime": "2026-03-02 16:35", "open": 2047.77, "high": 2050.75, "low": 2043.25, "close": 2047.42, "bb_upper": 2083.9476647466977, "bb_mid": 2055.779, "bb_lower": 2027.6103352533023}, {"timestamp": 1772469600000, "datetime": "2026-03-02 16:40", "open": 2047.37, "high": 2084.11, "low": 2047.0, "close": 2078.65, "bb_upper": 2088.357005609221, "bb_mid": 2059.882, "bb_lower": 2031.4069943907791}, {"timestamp": 1772469900000, "datetime": "2026-03-02 16:45", "open": 2078.05, "high": 2088.0, "low": 2069.11, "close": 2069.88, "bb_upper": 2088.9800561879324, "bb_mid": 2062.231, "bb_lower": 2035.4819438120683}, {"timestamp": 1772470200000, "datetime": "2026-03-02 16:50", "open": 2070.03, "high": 2070.19, "low": 2062.75, "close": 2062.96, "bb_upper": 2088.70593499173, "bb_mid": 2063.234, "bb_lower": 2037.7620650082702}, {"timestamp": 1772470500000, "datetime": "2026-03-02 16:55", "open": 2062.96, "high": 2066.76, "low": 2057.59, "close": 2063.82, "bb_upper": 2086.445365749505, "bb_mid": 2062.343, "bb_lower": 2038.2406342504946}, {"timestamp": 1772470800000, "datetime": "2026-03-02 17:00", "open": 2063.12, "high": 2065.39, "low": 2056.44, "close": 2062.07, "bb_upper": 2084.9183337648374, "bb_mid": 2061.614, "bb_lower": 2038.3096662351627}, {"timestamp": 1772471100000, "datetime": "2026-03-02 17:05", "open": 2061.8, "high": 2062.01, "low": 2051.57, "close": 2053.38, "bb_upper": 2085.076203326068, "bb_mid": 2060.871, "bb_lower": 2036.6657966739324}, {"timestamp": 1772471400000, "datetime": "2026-03-02 17:10", "open": 2053.36, "high": 2059.62, "low": 2049.84, "close": 2056.71, "bb_upper": 2084.1906709163386, "bb_mid": 2060.058, "bb_lower": 2035.9253290836614}, {"timestamp": 1772471700000, "datetime": "2026-03-02 17:15", "open": 2056.93, "high": 2060.74, "low": 2048.58, "close": 2053.92, "bb_upper": 2084.242771328135, "bb_mid": 2059.664, "bb_lower": 2035.0852286718653}, {"timestamp": 1772472000000, "datetime": "2026-03-02 17:20", "open": 2054.02, "high": 2059.56, "low": 2053.54, "close": 2056.78, "bb_upper": 2083.0773673488175, "bb_mid": 2060.559, "bb_lower": 2038.040632651183}, {"timestamp": 1772472300000, "datetime": "2026-03-02 17:25", "open": 2057.0, "high": 2057.35, "low": 2050.45, "close": 2053.41, "bb_upper": 2081.6566036109953, "bb_mid": 2061.158, "bb_lower": 2040.6593963890043}, {"timestamp": 1772472600000, "datetime": "2026-03-02 17:30", "open": 2053.28, "high": 2054.8, "low": 2050.51, "close": 2051.45, "bb_upper": 2073.330409513302, "bb_mid": 2058.438, "bb_lower": 2043.545590486698}, {"timestamp": 1772472900000, "datetime": "2026-03-02 17:35", "open": 2051.44, "high": 2057.42, "low": 2039.1, "close": 2039.6, "bb_upper": 2073.1196921047567, "bb_mid": 2055.41, "bb_lower": 2037.700307895243}, {"timestamp": 1772473200000, "datetime": "2026-03-02 17:40", "open": 2040.04, "high": 2043.83, "low": 2025.04, "close": 2028.18, "bb_upper": 2078.4830169296943, "bb_mid": 2051.932, "bb_lower": 2025.380983070305}, {"timestamp": 1772473500000, "datetime": "2026-03-02 17:45", "open": 2028.18, "high": 2034.66, "low": 2024.56, "close": 2033.51, "bb_upper": 2076.806013612669, "bb_mid": 2048.9010000000003, "bb_lower": 2020.9959863873312}, {"timestamp": 1772473800000, "datetime": "2026-03-02 17:50", "open": 2033.74, "high": 2041.97, "low": 2031.19, "close": 2041.57, "bb_upper": 2072.665634227098, "bb_mid": 2046.851, "bb_lower": 2021.0363657729022}, {"timestamp": 1772474100000, "datetime": "2026-03-02 17:55", "open": 2041.13, "high": 2042.41, "low": 2036.9, "close": 2040.11, "bb_upper": 2071.138845413484, "bb_mid": 2045.5240000000001, "bb_lower": 2019.9091545865163}, {"timestamp": 1772474400000, "datetime": "2026-03-02 18:00", "open": 2039.65, "high": 2040.3, "low": 2023.15, "close": 2031.75, "bb_upper": 2068.673954305181, "bb_mid": 2043.0280000000002, "bb_lower": 2017.3820456948197}, {"timestamp": 1772474700000, "datetime": "2026-03-02 18:05", "open": 2031.74, "high": 2035.23, "low": 2030.68, "close": 2033.82, "bb_upper": 2065.638172397653, "bb_mid": 2041.018, "bb_lower": 2016.3978276023474}, {"timestamp": 1772475000000, "datetime": "2026-03-02 18:10", "open": 2033.68, "high": 2038.53, "low": 2029.69, "close": 2038.04, "bb_upper": 2059.525248871373, "bb_mid": 2039.1439999999998, "bb_lower": 2018.7627511286266}, {"timestamp": 1772475300000, "datetime": "2026-03-02 18:15", "open": 2038.04, "high": 2038.1, "low": 2031.87, "close": 2032.14, "bb_upper": 2053.6516611444376, "bb_mid": 2037.0170000000003, "bb_lower": 2020.3823388555631}, {"timestamp": 1772475600000, "datetime": "2026-03-02 18:20", "open": 2032.15, "high": 2033.9, "low": 2029.3, "close": 2032.0, "bb_upper": 2046.1742320078883, "bb_mid": 2035.0720000000001, "bb_lower": 2023.9697679921119}, {"timestamp": 1772475900000, "datetime": "2026-03-02 18:25", "open": 2031.98, "high": 2036.34, "low": 2030.01, "close": 2032.74, "bb_upper": 2044.851659452668, "bb_mid": 2034.386, "bb_lower": 2023.920340547332}, {"timestamp": 1772476200000, "datetime": "2026-03-02 18:30", "open": 2032.95, "high": 2037.43, "low": 2030.63, "close": 2034.48, "bb_upper": 2043.962159945988, "bb_mid": 2035.016, "bb_lower": 2026.069840054012}, {"timestamp": 1772476500000, "datetime": "2026-03-02 18:35", "open": 2033.92, "high": 2036.52, "low": 2028.63, "close": 2031.14, "bb_upper": 2044.18652838312, "bb_mid": 2034.779, "bb_lower": 2025.37147161688}, {"timestamp": 1772476800000, "datetime": "2026-03-02 18:40", "open": 2031.14, "high": 2033.19, "low": 2025.82, "close": 2033.06, "bb_upper": 2041.2422535885087, "bb_mid": 2033.9279999999999, "bb_lower": 2026.613746411491}, {"timestamp": 1772477100000, "datetime": "2026-03-02 18:45", "open": 2033.07, "high": 2034.64, "low": 2027.47, "close": 2033.85, "bb_upper": 2038.2255657811668, "bb_mid": 2033.3019999999997, "bb_lower": 2028.3784342188326}, {"timestamp": 1772477400000, "datetime": "2026-03-02 18:50", "open": 2033.84, "high": 2037.1, "low": 2026.14, "close": 2030.12, "bb_upper": 2038.562616695254, "bb_mid": 2033.139, "bb_lower": 2027.7153833047457}, {"timestamp": 1772477700000, "datetime": "2026-03-02 18:55", "open": 2030.41, "high": 2030.41, "low": 2024.31, "close": 2028.33, "bb_upper": 2039.1520542177777, "bb_mid": 2032.5899999999997, "bb_lower": 2026.0279457822217}, {"timestamp": 1772478000000, "datetime": "2026-03-02 19:00", "open": 2028.33, "high": 2031.8, "low": 2023.74, "close": 2031.79, "bb_upper": 2036.4556113480576, "bb_mid": 2031.9650000000001, "bb_lower": 2027.4743886519427}, {"timestamp": 1772478300000, "datetime": "2026-03-02 19:05", "open": 2031.6, "high": 2031.61, "low": 2016.66, "close": 2025.69, "bb_upper": 2037.9982815488706, "bb_mid": 2031.3199999999997, "bb_lower": 2024.6417184511288}, {"timestamp": 1772478600000, "datetime": "2026-03-02 19:10", "open": 2025.7, "high": 2027.5, "low": 2020.26, "close": 2026.72, "bb_upper": 2038.3442697104474, "bb_mid": 2030.792, "bb_lower": 2023.2397302895524}, {"timestamp": 1772478900000, "datetime": "2026-03-02 19:15", "open": 2026.77, "high": 2035.83, "low": 2026.6, "close": 2032.42, "bb_upper": 2038.258999933429, "bb_mid": 2030.7600000000002, "bb_lower": 2023.2610000665713}, {"timestamp": 1772479200000, "datetime": "2026-03-02 19:20", "open": 2032.41, "high": 2037.39, "low": 2029.84, "close": 2032.7, "bb_upper": 2037.5833272552354, "bb_mid": 2030.5819999999999, "bb_lower": 2023.5806727447643}, {"timestamp": 1772479500000, "datetime": "2026-03-02 19:25", "open": 2032.69, "high": 2033.33, "low": 2030.67, "close": 2032.38, "bb_upper": 2037.8432672175632, "bb_mid": 2030.7060000000001, "bb_lower": 2023.568732782437}, {"timestamp": 1772479800000, "datetime": "2026-03-02 19:30", "open": 2032.39, "high": 2036.81, "low": 2029.4, "close": 2035.18, "bb_upper": 2038.7077885438, "bb_mid": 2030.9180000000001, "bb_lower": 2023.1282114562002}, {"timestamp": 1772480100000, "datetime": "2026-03-02 19:35", "open": 2034.99, "high": 2041.03, "low": 2034.49, "close": 2034.49, "bb_upper": 2038.953388071054, "bb_mid": 2030.9820000000004, "bb_lower": 2023.010611928947}, {"timestamp": 1772480400000, "datetime": "2026-03-02 19:40", "open": 2034.89, "high": 2035.08, "low": 2030.72, "close": 2030.85, "bb_upper": 2038.9923873571288, "bb_mid": 2031.0549999999998, "bb_lower": 2023.1176126428709}, {"timestamp": 1772480700000, "datetime": "2026-03-02 19:45", "open": 2030.84, "high": 2037.17, "low": 2030.84, "close": 2037.12, "bb_upper": 2040.7671462245194, "bb_mid": 2031.934, "bb_lower": 2023.1008537754806}, {"timestamp": 1772481000000, "datetime": "2026-03-02 19:50", "open": 2037.23, "high": 2047.92, "low": 2035.11, "close": 2040.8, "bb_upper": 2044.1026543576602, "bb_mid": 2032.8349999999998, "bb_lower": 2021.5673456423394}, {"timestamp": 1772481300000, "datetime": "2026-03-02 19:55", "open": 2040.59, "high": 2047.9, "low": 2039.99, "close": 2042.45, "bb_upper": 2046.1815318002828, "bb_mid": 2034.511, "bb_lower": 2022.8404681997172}, {"timestamp": 1772481600000, "datetime": "2026-03-02 20:00", "open": 2042.43, "high": 2058.36, "low": 2040.38, "close": 2051.8, "bb_upper": 2053.079629268535, "bb_mid": 2037.0190000000002, "bb_lower": 2020.9583707314655}, {"timestamp": 1772481900000, "datetime": "2026-03-02 20:05", "open": 2051.8, "high": 2052.54, "low": 2034.28, "close": 2036.93, "bb_upper": 2053.0214870672003, "bb_mid": 2037.4699999999998, "bb_lower": 2021.9185129327996}, {"timestamp": 1772482200000, "datetime": "2026-03-02 20:10", "open": 2036.3, "high": 2037.61, "low": 2023.84, "close": 2031.03, "bb_upper": 2053.26093102195, "bb_mid": 2037.3030000000003, "bb_lower": 2021.3450689780507}, {"timestamp": 1772482500000, "datetime": "2026-03-02 20:15", "open": 2031.02, "high": 2041.96, "low": 2028.31, "close": 2036.74, "bb_upper": 2053.1248721722654, "bb_mid": 2037.739, "bb_lower": 2022.3531278277349}, {"timestamp": 1772482800000, "datetime": "2026-03-02 20:20", "open": 2036.88, "high": 2037.35, "low": 2033.22, "close": 2036.52, "bb_upper": 2053.1401126663804, "bb_mid": 2037.873, "bb_lower": 2022.6058873336199}, {"timestamp": 1772483100000, "datetime": "2026-03-02 20:25", "open": 2036.25, "high": 2040.03, "low": 2033.7, "close": 2036.77, "bb_upper": 2053.121682269278, "bb_mid": 2038.1009999999999, "bb_lower": 2023.0803177307218}, {"timestamp": 1772483400000, "datetime": "2026-03-02 20:30", "open": 2036.76, "high": 2043.13, "low": 2034.23, "close": 2040.35, "bb_upper": 2052.7021621911063, "bb_mid": 2039.051, "bb_lower": 2025.3998378088934}, {"timestamp": 1772483700000, "datetime": "2026-03-02 20:35", "open": 2039.87, "high": 2040.86, "low": 2037.12, "close": 2037.53, "bb_upper": 2052.7066867186018, "bb_mid": 2039.092, "bb_lower": 2025.4773132813982}, {"timestamp": 1772484000000, "datetime": "2026-03-02 20:40", "open": 2037.66, "high": 2042.3, "low": 2037.53, "close": 2042.3, "bb_upper": 2053.037806528761, "bb_mid": 2039.2420000000002, "bb_lower": 2025.4461934712394}, {"timestamp": 1772484300000, "datetime": "2026-03-02 20:45", "open": 2042.21, "high": 2047.71, "low": 2040.54, "close": 2045.57, "bb_upper": 2054.0560554099175, "bb_mid": 2039.554, "bb_lower": 2025.0519445900825}, {"timestamp": 1772484600000, "datetime": "2026-03-02 20:50", "open": 2046.08, "high": 2049.94, "low": 2039.8, "close": 2040.99, "bb_upper": 2048.447196222204, "bb_mid": 2038.473, "bb_lower": 2028.498803777796}, {"timestamp": 1772484900000, "datetime": "2026-03-02 20:55", "open": 2040.37, "high": 2041.5, "low": 2034.51, "close": 2034.51, "bb_upper": 2048.6392195751, "bb_mid": 2038.2310000000002, "bb_lower": 2027.8227804249007}, {"timestamp": 1772485200000, "datetime": "2026-03-02 21:00", "open": 2034.37, "high": 2035.67, "low": 2028.34, "close": 2030.9, "bb_upper": 2048.68899698114, "bb_mid": 2038.218, "bb_lower": 2027.7470030188601}, {"timestamp": 1772485500000, "datetime": "2026-03-02 21:05", "open": 2030.71, "high": 2035.68, "low": 2030.4, "close": 2035.04, "bb_upper": 2048.768902480728, "bb_mid": 2038.048, "bb_lower": 2027.3270975192725}, {"timestamp": 1772485800000, "datetime": "2026-03-02 21:10", "open": 2035.04, "high": 2037.57, "low": 2030.52, "close": 2036.95, "bb_upper": 2048.7746677665355, "bb_mid": 2038.091, "bb_lower": 2027.4073322334643}, {"timestamp": 1772486100000, "datetime": "2026-03-02 21:15", "open": 2036.94, "high": 2039.43, "low": 2034.97, "close": 2037.34, "bb_upper": 2048.7921546296097, "bb_mid": 2038.148, "bb_lower": 2027.50384537039}, {"timestamp": 1772486400000, "datetime": "2026-03-02 21:20", "open": 2037.6, "high": 2041.75, "low": 2034.64, "close": 2040.37, "bb_upper": 2048.797039233783, "bb_mid": 2038.15, "bb_lower": 2027.5029607662173}, {"timestamp": 1772486700000, "datetime": "2026-03-02 21:25", "open": 2040.62, "high": 2040.62, "low": 2035.53, "close": 2039.23, "bb_upper": 2048.9831048741353, "bb_mid": 2038.3199999999997, "bb_lower": 2027.6568951258641}, {"timestamp": 1772487000000, "datetime": "2026-03-02 21:30", "open": 2039.93, "high": 2041.99, "low": 2037.9, "close": 2041.23, "bb_upper": 2048.6294603313504, "bb_mid": 2038.2130000000002, "bb_lower": 2027.7965396686498}, {"timestamp": 1772487300000, "datetime": "2026-03-02 21:35", "open": 2041.24, "high": 2045.21, "low": 2039.36, "close": 2043.98, "bb_upper": 2047.7408983684807, "bb_mid": 2038.054, "bb_lower": 2028.3671016315195}, {"timestamp": 1772487600000, "datetime": "2026-03-02 21:40", "open": 2043.98, "high": 2044.99, "low": 2042.69, "close": 2044.99, "bb_upper": 2049.4151637663326, "bb_mid": 2038.4539999999997, "bb_lower": 2027.492836233667}, {"timestamp": 1772487900000, "datetime": "2026-03-02 21:45", "open": 2044.99, "high": 2046.65, "low": 2042.0, "close": 2043.75, "bb_upper": 2050.4637315701607, "bb_mid": 2039.378, "bb_lower": 2028.2922684298394}, {"timestamp": 1772488200000, "datetime": "2026-03-02 21:50", "open": 2043.74, "high": 2046.82, "low": 2043.03, "close": 2044.58, "bb_upper": 2049.6215531909615, "bb_mid": 2040.7459999999999, "bb_lower": 2031.8704468090382}, {"timestamp": 1772488500000, "datetime": "2026-03-02 21:55", "open": 2044.58, "high": 2045.81, "low": 2041.64, "close": 2042.12, "bb_upper": 2048.8021592555933, "bb_mid": 2041.4540000000002, "bb_lower": 2034.1058407444073}, {"timestamp": 1772488800000, "datetime": "2026-03-02 22:00", "open": 2042.13, "high": 2048.0, "low": 2042.01, "close": 2043.06, "bb_upper": 2048.318524006597, "bb_mid": 2042.065, "bb_lower": 2035.8114759934033}, {"timestamp": 1772489100000, "datetime": "2026-03-02 22:05", "open": 2043.56, "high": 2049.51, "low": 2043.56, "close": 2047.52, "bb_upper": 2049.171559969404, "bb_mid": 2043.083, "bb_lower": 2036.994440030596}, {"timestamp": 1772489400000, "datetime": "2026-03-02 22:10", "open": 2047.53, "high": 2048.9, "low": 2041.82, "close": 2043.85, "bb_upper": 2049.0458667987477, "bb_mid": 2043.431, "bb_lower": 2037.8161332012526}, {"timestamp": 1772489700000, "datetime": "2026-03-02 22:15", "open": 2043.39, "high": 2045.11, "low": 2040.93, "close": 2042.75, "bb_upper": 2048.1111066236217, "bb_mid": 2043.7830000000001, "bb_lower": 2039.4548933763785}, {"timestamp": 1772490000000, "datetime": "2026-03-02 22:20", "open": 2043.17, "high": 2047.17, "low": 2042.93, "close": 2047.16, "bb_upper": 2048.812640370679, "bb_mid": 2044.3759999999997, "bb_lower": 2039.9393596293205}, {"timestamp": 1772490300000, "datetime": "2026-03-02 22:25", "open": 2046.91, "high": 2049.58, "low": 2046.7, "close": 2047.75, "bb_upper": 2049.900168180536, "bb_mid": 2044.753, "bb_lower": 2039.605831819464}, {"timestamp": 1772490600000, "datetime": "2026-03-02 22:30", "open": 2049.04, "high": 2055.84, "low": 2048.23, "close": 2050.67, "bb_upper": 2052.287132854415, "bb_mid": 2045.321, "bb_lower": 2038.3548671455846}, {"timestamp": 1772490900000, "datetime": "2026-03-02 22:35", "open": 2050.67, "high": 2056.34, "low": 2050.62, "close": 2055.15, "bb_upper": 2056.701988247168, "bb_mid": 2046.461, "bb_lower": 2036.2200117528316}, {"timestamp": 1772491200000, "datetime": "2026-03-02 22:40", "open": 2054.81, "high": 2057.76, "low": 2052.47, "close": 2054.99, "bb_upper": 2059.5606805985803, "bb_mid": 2047.502, "bb_lower": 2035.4433194014193}, {"timestamp": 1772491500000, "datetime": "2026-03-02 22:45", "open": 2055.0, "high": 2055.07, "low": 2050.24, "close": 2050.56, "bb_upper": 2059.608494296493, "bb_mid": 2048.346, "bb_lower": 2037.0835057035072}, {"timestamp": 1772491800000, "datetime": "2026-03-02 22:50", "open": 2050.57, "high": 2053.37, "low": 2049.0, "close": 2052.3, "bb_upper": 2059.870366869994, "bb_mid": 2049.2699999999995, "bb_lower": 2038.6696331300047}, {"timestamp": 1772492100000, "datetime": "2026-03-02 22:55", "open": 2052.0, "high": 2053.0, "low": 2049.01, "close": 2053.0, "bb_upper": 2060.6723693199565, "bb_mid": 2049.818, "bb_lower": 2038.963630680044}, {"timestamp": 1772492400000, "datetime": "2026-03-02 23:00", "open": 2052.55, "high": 2054.71, "low": 2044.24, "close": 2047.2, "bb_upper": 2060.0050869898823, "bb_mid": 2050.153, "bb_lower": 2040.3009130101173}, {"timestamp": 1772492700000, "datetime": "2026-03-02 23:05", "open": 2047.21, "high": 2050.19, "low": 2045.67, "close": 2048.34, "bb_upper": 2058.4007977676447, "bb_mid": 2050.712, "bb_lower": 2043.0232022323553}, {"timestamp": 1772493000000, "datetime": "2026-03-02 23:10", "open": 2048.34, "high": 2051.89, "low": 2044.0, "close": 2044.31, "bb_upper": 2059.2731389098158, "bb_mid": 2050.427, "bb_lower": 2041.5808610901845}, {"timestamp": 1772493300000, "datetime": "2026-03-02 23:15", "open": 2044.51, "high": 2047.26, "low": 2042.22, "close": 2043.73, "bb_upper": 2060.1887102942337, "bb_mid": 2050.025, "bb_lower": 2039.8612897057665}, {"timestamp": 1772493600000, "datetime": "2026-03-02 23:20", "open": 2043.6, "high": 2044.0, "low": 2036.96, "close": 2039.8, "bb_upper": 2061.8767542333812, "bb_mid": 2048.938, "bb_lower": 2035.999245766619}, {"timestamp": 1772493900000, "datetime": "2026-03-02 23:25", "open": 2039.74, "high": 2040.5, "low": 2036.2, "close": 2036.62, "bb_upper": 2061.9893349864974, "bb_mid": 2047.0849999999998, "bb_lower": 2032.1806650135024}, {"timestamp": 1772494200000, "datetime": "2026-03-02 23:30", "open": 2036.62, "high": 2037.36, "low": 2028.28, "close": 2028.96, "bb_upper": 2063.451107927274, "bb_mid": 2044.482, "bb_lower": 2025.5128920727263}, {"timestamp": 1772494500000, "datetime": "2026-03-02 23:35", "open": 2029.14, "high": 2033.37, "low": 2028.52, "close": 2030.64, "bb_upper": 2063.458382282777, "bb_mid": 2042.4900000000002, "bb_lower": 2021.5216177172233}, {"timestamp": 1772494800000, "datetime": "2026-03-02 23:40", "open": 2030.63, "high": 2031.3, "low": 2024.06, "close": 2026.51, "bb_upper": 2062.360651847118, "bb_mid": 2039.9109999999996, "bb_lower": 2017.461348152881}, {"timestamp": 1772495100000, "datetime": "2026-03-02 23:45", "open": 2026.5, "high": 2031.16, "low": 2023.91, "close": 2030.18, "bb_upper": 2057.990938383259, "bb_mid": 2037.6290000000001, "bb_lower": 2017.2670616167413}, {"timestamp": 1772495400000, "datetime": "2026-03-02 23:50", "open": 2030.18, "high": 2030.52, "low": 2025.4, "close": 2026.56, "bb_upper": 2055.7267426840313, "bb_mid": 2035.565, "bb_lower": 2015.4032573159686}, {"timestamp": 1772495700000, "datetime": "2026-03-02 23:55", "open": 2026.56, "high": 2027.98, "low": 2025.06, "close": 2026.69, "bb_upper": 2051.156978284028, "bb_mid": 2033.4, "bb_lower": 2015.643021715972}, {"timestamp": 1772496000000, "datetime": "2026-03-03 00:00", "open": 2026.7, "high": 2031.73, "low": 2026.02, "close": 2030.55, "bb_upper": 2047.0288010835632, "bb_mid": 2032.024, "bb_lower": 2017.0191989164366}, {"timestamp": 1772496300000, "datetime": "2026-03-03 00:05", "open": 2030.55, "high": 2034.44, "low": 2028.65, "close": 2032.3, "bb_upper": 2041.8793802469897, "bb_mid": 2030.881, "bb_lower": 2019.8826197530104}, {"timestamp": 1772496600000, "datetime": "2026-03-03 00:10", "open": 2032.23, "high": 2032.62, "low": 2023.5, "close": 2026.34, "bb_upper": 2037.748456523137, "bb_mid": 2029.5350000000003, "bb_lower": 2021.3215434768636}, {"timestamp": 1772496900000, "datetime": "2026-03-03 00:15", "open": 2026.35, "high": 2030.51, "low": 2022.33, "close": 2023.87, "bb_upper": 2034.862945470839, "bb_mid": 2028.2600000000002, "bb_lower": 2021.6570545291615}, {"timestamp": 1772497200000, "datetime": "2026-03-03 00:20", "open": 2024.35, "high": 2025.75, "low": 2022.14, "close": 2023.5, "bb_upper": 2035.2587203763671, "bb_mid": 2027.714, "bb_lower": 2020.1692796236327}, {"timestamp": 1772497500000, "datetime": "2026-03-03 00:25", "open": 2023.51, "high": 2026.83, "low": 2021.11, "close": 2026.6, "bb_upper": 2034.4307931051592, "bb_mid": 2027.31, "bb_lower": 2020.1892068948407}, {"timestamp": 1772497800000, "datetime": "2026-03-03 00:30", "open": 2026.59, "high": 2034.1, "low": 2017.77, "close": 2032.04, "bb_upper": 2035.842618568704, "bb_mid": 2027.863, "bb_lower": 2019.8833814312961}, {"timestamp": 1772498100000, "datetime": "2026-03-03 00:35", "open": 2031.93, "high": 2037.9, "low": 2031.25, "close": 2035.46, "bb_upper": 2038.2950217000623, "bb_mid": 2028.391, "bb_lower": 2018.4869782999378}, {"timestamp": 1772498400000, "datetime": "2026-03-03 00:40", "open": 2035.42, "high": 2038.23, "low": 2034.68, "close": 2035.21, "bb_upper": 2040.3400551144287, "bb_mid": 2029.2559999999999, "bb_lower": 2018.171944885571}, {"timestamp": 1772498700000, "datetime": "2026-03-03 00:45", "open": 2035.09, "high": 2036.78, "low": 2025.83, "close": 2028.51, "bb_upper": 2040.3210257742005, "bb_mid": 2029.438, "bb_lower": 2018.5549742257997}, {"timestamp": 1772499000000, "datetime": "2026-03-03 00:50", "open": 2028.62, "high": 2030.59, "low": 2026.52, "close": 2029.53, "bb_upper": 2040.1764412580198, "bb_mid": 2029.336, "bb_lower": 2018.4955587419802}, {"timestamp": 1772499300000, "datetime": "2026-03-03 00:55", "open": 2029.54, "high": 2035.39, "low": 2027.74, "close": 2034.17, "bb_upper": 2040.8101119350893, "bb_mid": 2029.523, "bb_lower": 2018.2358880649106}, {"timestamp": 1772499600000, "datetime": "2026-03-03 01:00", "open": 2034.73, "high": 2034.73, "low": 2027.88, "close": 2033.86, "bb_upper": 2041.654728870607, "bb_mid": 2030.275, "bb_lower": 2018.8952711293932}, {"timestamp": 1772499900000, "datetime": "2026-03-03 01:05", "open": 2033.86, "high": 2036.79, "low": 2031.66, "close": 2034.93, "bb_upper": 2041.7522372695732, "bb_mid": 2031.3809999999999, "bb_lower": 2021.0097627304265}, {"timestamp": 1772500200000, "datetime": "2026-03-03 01:10", "open": 2034.92, "high": 2039.93, "low": 2034.19, "close": 2036.36, "bb_upper": 2041.0432399580623, "bb_mid": 2032.667, "bb_lower": 2024.2907600419376}, {"timestamp": 1772500500000, "datetime": "2026-03-03 01:15", "open": 2036.24, "high": 2037.41, "low": 2029.34, "close": 2031.83, "bb_upper": 2039.7616774453802, "bb_mid": 2033.19, "bb_lower": 2026.61832255462}, {"timestamp": 1772500800000, "datetime": "2026-03-03 01:20", "open": 2031.84, "high": 2035.75, "low": 2031.0, "close": 2033.21, "bb_upper": 2039.8011325014286, "bb_mid": 2033.307, "bb_lower": 2026.8128674985714}, {"timestamp": 1772501100000, "datetime": "2026-03-03 01:25", "open": 2033.21, "high": 2034.94, "low": 2028.0, "close": 2028.19, "bb_upper": 2039.8921474275148, "bb_mid": 2032.58, "bb_lower": 2025.267852572485}, {"timestamp": 1772501400000, "datetime": "2026-03-03 01:30", "open": 2027.61, "high": 2033.29, "low": 2021.12, "close": 2029.55, "bb_upper": 2039.281394841312, "bb_mid": 2032.0140000000004, "bb_lower": 2024.7466051586887}, {"timestamp": 1772501700000, "datetime": "2026-03-03 01:35", "open": 2029.55, "high": 2030.23, "low": 2026.0, "close": 2028.79, "bb_upper": 2039.2184448798034, "bb_mid": 2032.042, "bb_lower": 2024.8655551201964}, {"timestamp": 1772502000000, "datetime": "2026-03-03 01:40", "open": 2028.57, "high": 2031.53, "low": 2025.51, "close": 2029.97, "bb_upper": 2039.163234629553, "bb_mid": 2032.086, "bb_lower": 2025.008765370447}, {"timestamp": 1772502300000, "datetime": "2026-03-03 01:45", "open": 2029.96, "high": 2030.79, "low": 2025.0, "close": 2030.79, "bb_upper": 2038.6359806750268, "bb_mid": 2031.748, "bb_lower": 2024.8600193249733}, {"timestamp": 1772502600000, "datetime": "2026-03-03 01:50", "open": 2030.51, "high": 2030.51, "low": 2025.0, "close": 2025.12, "bb_upper": 2039.2136159651552, "bb_mid": 2030.8740000000003, "bb_lower": 2022.5343840348453}, {"timestamp": 1772502900000, "datetime": "2026-03-03 01:55", "open": 2025.12, "high": 2026.24, "low": 2018.1, "close": 2018.88, "bb_upper": 2041.1068949541875, "bb_mid": 2029.2690000000002, "bb_lower": 2017.431105045813}, {"timestamp": 1772503200000, "datetime": "2026-03-03 02:00", "open": 2018.87, "high": 2019.18, "low": 2004.0, "close": 2009.91, "bb_upper": 2044.4254481309154, "bb_mid": 2026.6240000000003, "bb_lower": 2008.8225518690851}, {"timestamp": 1772503500000, "datetime": "2026-03-03 02:05", "open": 2010.0, "high": 2013.81, "low": 2007.0, "close": 2010.75, "bb_upper": 2045.5445625863179, "bb_mid": 2024.516, "bb_lower": 2003.4874374136823}, {"timestamp": 1772503800000, "datetime": "2026-03-03 02:10", "open": 2010.72, "high": 2012.44, "low": 2007.8, "close": 2008.11, "bb_upper": 2045.090067978735, "bb_mid": 2022.006, "bb_lower": 1998.921932021265}, {"timestamp": 1772504100000, "datetime": "2026-03-03 02:15", "open": 2008.71, "high": 2009.67, "low": 2002.4, "close": 2004.89, "bb_upper": 2045.6001071849332, "bb_mid": 2019.6760000000002, "bb_lower": 1993.751892815067}, {"timestamp": 1772504400000, "datetime": "2026-03-03 02:20", "open": 2004.89, "high": 2007.27, "low": 1996.03, "close": 2006.05, "bb_upper": 2043.6876993846595, "bb_mid": 2017.3259999999998, "bb_lower": 1990.96430061534}, {"timestamp": 1772504700000, "datetime": "2026-03-03 02:25", "open": 2006.06, "high": 2012.91, "low": 2005.5, "close": 2012.52, "bb_upper": 2040.2210350173416, "bb_mid": 2015.699, "bb_lower": 1991.1769649826585}, {"timestamp": 1772505000000, "datetime": "2026-03-03 02:30", "open": 2012.37, "high": 2017.78, "low": 2011.77, "close": 2014.12, "bb_upper": 2035.1896744983048, "bb_mid": 2014.114, "bb_lower": 1993.0383255016952}, {"timestamp": 1772505300000, "datetime": "2026-03-03 02:35", "open": 2014.12, "high": 2014.89, "low": 2010.88, "close": 2011.52, "bb_upper": 2027.351185007692, "bb_mid": 2012.187, "bb_lower": 1997.0228149923078}, {"timestamp": 1772505600000, "datetime": "2026-03-03 02:40", "open": 2011.51, "high": 2013.34, "low": 2010.18, "close": 2013.05, "bb_upper": 2021.187751684264, "bb_mid": 2010.98, "bb_lower": 2000.772248315736}, {"timestamp": 1772505900000, "datetime": "2026-03-03 02:45", "open": 2013.04, "high": 2021.43, "low": 2012.23, "close": 2017.65, "bb_upper": 2020.4302922035351, "bb_mid": 2010.857, "bb_lower": 2001.2837077964648}, {"timestamp": 1772506200000, "datetime": "2026-03-03 02:50", "open": 2017.5, "high": 2017.7, "low": 2012.67, "close": 2012.74, "bb_upper": 2020.7800855806956, "bb_mid": 2011.1399999999999, "bb_lower": 2001.499914419304}, {"timestamp": 1772506500000, "datetime": "2026-03-03 02:55", "open": 2013.4, "high": 2014.68, "low": 2012.27, "close": 2012.67, "bb_upper": 2021.0374237415542, "bb_mid": 2011.3319999999999, "bb_lower": 2001.6265762584455}, {"timestamp": 1772506800000, "datetime": "2026-03-03 03:00", "open": 2012.95, "high": 2014.25, "low": 2007.28, "close": 2008.0, "bb_upper": 2021.0521388081315, "bb_mid": 2011.321, "bb_lower": 2001.5898611918683}, {"timestamp": 1772507100000, "datetime": "2026-03-03 03:05", "open": 2008.01, "high": 2011.08, "low": 2005.57, "close": 2007.34, "bb_upper": 2020.3160492063887, "bb_mid": 2011.566, "bb_lower": 2002.8159507936114}, {"timestamp": 1772507400000, "datetime": "2026-03-03 03:10", "open": 2007.47, "high": 2012.53, "low": 2006.86, "close": 2012.13, "bb_upper": 2019.4601379041733, "bb_mid": 2012.1740000000002, "bb_lower": 2004.8878620958271}, {"timestamp": 1772507700000, "datetime": "2026-03-03 03:15", "open": 2012.01, "high": 2013.46, "low": 2005.92, "close": 2007.81, "bb_upper": 2019.7459752823188, "bb_mid": 2011.703, "bb_lower": 2003.6600247176812}, {"timestamp": 1772508000000, "datetime": "2026-03-03 03:20", "open": 2007.81, "high": 2007.82, "low": 2004.4, "close": 2006.76, "bb_upper": 2019.5599238493617, "bb_mid": 2010.967, "bb_lower": 2002.3740761506385}, {"timestamp": 1772508300000, "datetime": "2026-03-03 03:25", "open": 2006.77, "high": 2009.97, "low": 2005.63, "close": 2009.64, "bb_upper": 2019.416325734074, "bb_mid": 2010.779, "bb_lower": 2002.141674265926}, {"timestamp": 1772508600000, "datetime": "2026-03-03 03:30", "open": 2009.64, "high": 2013.3, "low": 2007.42, "close": 2012.7, "bb_upper": 2019.3216453647353, "bb_mid": 2010.7440000000001, "bb_lower": 2002.166354635265}, {"timestamp": 1772508900000, "datetime": "2026-03-03 03:35", "open": 2012.69, "high": 2014.21, "low": 2011.37, "close": 2012.61, "bb_upper": 2016.6517080410133, "bb_mid": 2010.2399999999998, "bb_lower": 2003.8282919589863}, {"timestamp": 1772509200000, "datetime": "2026-03-03 03:40", "open": 2012.6, "high": 2012.81, "low": 2008.56, "close": 2010.99, "bb_upper": 2016.1434598060955, "bb_mid": 2010.065, "bb_lower": 2003.9865401939046}, {"timestamp": 1772509500000, "datetime": "2026-03-03 03:45", "open": 2010.99, "high": 2011.39, "low": 2006.52, "close": 2007.22, "bb_upper": 2015.502752989768, "bb_mid": 2009.52, "bb_lower": 2003.537247010232}, {"timestamp": 1772509800000, "datetime": "2026-03-03 03:50", "open": 2007.22, "high": 2009.1, "low": 2005.33, "close": 2006.72, "bb_upper": 2015.6784581092063, "bb_mid": 2009.3919999999998, "bb_lower": 2003.1055418907933}, {"timestamp": 1772510100000, "datetime": "2026-03-03 03:55", "open": 2006.73, "high": 2009.01, "low": 2006.19, "close": 2007.68, "bb_upper": 2015.640724898079, "bb_mid": 2009.426, "bb_lower": 2003.2112751019208}, {"timestamp": 1772510400000, "datetime": "2026-03-03 04:00", "open": 2008.07, "high": 2010.99, "low": 2007.73, "close": 2009.87, "bb_upper": 2014.9729974885897, "bb_mid": 2009.2, "bb_lower": 2003.4270025114104}, {"timestamp": 1772510700000, "datetime": "2026-03-03 04:05", "open": 2009.86, "high": 2010.95, "low": 2006.28, "close": 2006.7, "bb_upper": 2015.1090065755725, "bb_mid": 2009.089, "bb_lower": 2003.0689934244274}, {"timestamp": 1772511000000, "datetime": "2026-03-03 04:10", "open": 2006.7, "high": 2011.44, "low": 2006.7, "close": 2008.39, "bb_upper": 2014.9641313402008, "bb_mid": 2009.252, "bb_lower": 2003.5398686597991}, {"timestamp": 1772511300000, "datetime": "2026-03-03 04:15", "open": 2008.41, "high": 2010.34, "low": 2006.03, "close": 2010.33, "bb_upper": 2015.0914280847292, "bb_mid": 2009.321, "bb_lower": 2003.5505719152707}, {"timestamp": 1772511600000, "datetime": "2026-03-03 04:20", "open": 2010.33, "high": 2012.78, "low": 2009.0, "close": 2010.44, "bb_upper": 2014.1826109054732, "bb_mid": 2009.0949999999998, "bb_lower": 2004.0073890945264}, {"timestamp": 1772511900000, "datetime": "2026-03-03 04:25", "open": 2010.45, "high": 2010.92, "low": 2006.75, "close": 2007.42, "bb_upper": 2012.7451192785602, "bb_mid": 2008.5760000000002, "bb_lower": 2004.4068807214403}, {"timestamp": 1772512200000, "datetime": "2026-03-03 04:30", "open": 2007.25, "high": 2010.27, "low": 2007.25, "close": 2008.71, "bb_upper": 2011.9516401354106, "bb_mid": 2008.348, "bb_lower": 2004.7443598645893}, {"timestamp": 1772512500000, "datetime": "2026-03-03 04:35", "open": 2008.72, "high": 2009.64, "low": 2003.44, "close": 2005.1, "bb_upper": 2012.5082483414017, "bb_mid": 2008.136, "bb_lower": 2003.7637516585983}, {"timestamp": 1772512800000, "datetime": "2026-03-03 04:40", "open": 2005.09, "high": 2005.56, "low": 1998.63, "close": 2003.01, "bb_upper": 2013.6823855199953, "bb_mid": 2007.765, "bb_lower": 2001.847614480005}, {"timestamp": 1772513100000, "datetime": "2026-03-03 04:45", "open": 2003.0, "high": 2004.19, "low": 1998.2, "close": 1999.88, "bb_upper": 2015.5850746930264, "bb_mid": 2006.9850000000001, "bb_lower": 1998.3849253069739}, {"timestamp": 1772513400000, "datetime": "2026-03-03 04:50", "open": 1999.8, "high": 2001.9, "low": 1997.35, "close": 1999.31, "bb_upper": 2015.9959732984823, "bb_mid": 2005.9289999999996, "bb_lower": 1995.862026701517}, {"timestamp": 1772513700000, "datetime": "2026-03-03 04:55", "open": 1999.03, "high": 1999.8, "low": 1997.54, "close": 1998.74, "bb_upper": 2016.6404375105446, "bb_mid": 2005.1330000000003, "bb_lower": 1993.625562489456}, {"timestamp": 1772514000000, "datetime": "2026-03-03 05:00", "open": 1998.74, "high": 2002.0, "low": 1997.0, "close": 1999.39, "bb_upper": 2016.1633653782746, "bb_mid": 2004.2329999999997, "bb_lower": 1992.3026346217248}, {"timestamp": 1772514300000, "datetime": "2026-03-03 05:05", "open": 1997.8, "high": 2005.11, "low": 1992.97, "close": 2003.46, "bb_upper": 2014.2069633191618, "bb_mid": 2003.5459999999998, "bb_lower": 1992.8850366808379}, {"timestamp": 1772514600000, "datetime": "2026-03-03 05:10", "open": 2003.92, "high": 2009.63, "low": 2002.05, "close": 2009.57, "bb_upper": 2013.7448617233813, "bb_mid": 2003.459, "bb_lower": 1993.1731382766188}, {"timestamp": 1772514900000, "datetime": "2026-03-03 05:15", "open": 2009.15, "high": 2022.09, "low": 2008.72, "close": 2013.59, "bb_upper": 2016.864103195428, "bb_mid": 2004.0759999999998, "bb_lower": 1991.2878968045716}, {"timestamp": 1772515200000, "datetime": "2026-03-03 05:20", "open": 2013.41, "high": 2013.42, "low": 2003.94, "close": 2007.7, "bb_upper": 2016.5317779949598, "bb_mid": 2003.975, "bb_lower": 1991.41822200504}, {"timestamp": 1772515500000, "datetime": "2026-03-03 05:25", "open": 2007.71, "high": 2008.36, "low": 2005.8, "close": 2006.03, "bb_upper": 2016.7039155234079, "bb_mid": 2004.068, "bb_lower": 1991.432084476592}, {"timestamp": 1772515800000, "datetime": "2026-03-03 05:30", "open": 2006.01, "high": 2006.07, "low": 1998.05, "close": 2000.3, "bb_upper": 2016.7676830220757, "bb_mid": 2003.797, "bb_lower": 1990.8263169779243}, {"timestamp": 1772516100000, "datetime": "2026-03-03 05:35", "open": 2000.3, "high": 2001.26, "low": 1996.33, "close": 1999.12, "bb_upper": 2016.8638394637644, "bb_mid": 2003.721, "bb_lower": 1990.5781605362356}, {"timestamp": 1772516400000, "datetime": "2026-03-03 05:40", "open": 1999.12, "high": 2000.86, "low": 1997.66, "close": 1998.25, "bb_upper": 2017.0288156910149, "bb_mid": 2003.6150000000002, "bb_lower": 1990.2011843089856}, {"timestamp": 1772516700000, "datetime": "2026-03-03 05:45", "open": 1997.89, "high": 2000.44, "low": 1986.66, "close": 1988.22, "bb_upper": 2020.4607266170663, "bb_mid": 2002.563, "bb_lower": 1984.665273382934}, {"timestamp": 1772517000000, "datetime": "2026-03-03 05:50", "open": 1988.01, "high": 1992.59, "low": 1986.71, "close": 1992.59, "bb_upper": 2021.3559515041125, "bb_mid": 2001.8830000000003, "bb_lower": 1982.410048495888}, {"timestamp": 1772517300000, "datetime": "2026-03-03 05:55", "open": 1992.17, "high": 1993.14, "low": 1986.96, "close": 1992.46, "bb_upper": 2021.5369823823291, "bb_mid": 2000.7830000000001, "bb_lower": 1980.0290176176711}, {"timestamp": 1772517600000, "datetime": "2026-03-03 06:00", "open": 1992.73, "high": 1995.0, "low": 1991.54, "close": 1991.55, "bb_upper": 2019.3220656405415, "bb_mid": 1998.9810000000002, "bb_lower": 1978.639934359459}, {"timestamp": 1772517900000, "datetime": "2026-03-03 06:05", "open": 1991.54, "high": 1994.31, "low": 1989.04, "close": 1992.89, "bb_upper": 2013.0837069902643, "bb_mid": 1996.911, "bb_lower": 1980.7382930097358}, {"timestamp": 1772518200000, "datetime": "2026-03-03 06:10", "open": 1992.9, "high": 1993.33, "low": 1989.09, "close": 1993.08, "bb_upper": 2008.7181394786608, "bb_mid": 1995.449, "bb_lower": 1982.1798605213394}, {"timestamp": 1772518500000, "datetime": "2026-03-03 06:15", "open": 1992.87, "high": 1993.4, "low": 1989.65, "close": 1992.61, "bb_upper": 2003.6679742793767, "bb_mid": 1994.107, "bb_lower": 1984.5460257206232}, {"timestamp": 1772518800000, "datetime": "2026-03-03 06:20", "open": 1992.45, "high": 1994.73, "low": 1990.99, "close": 1991.36, "bb_upper": 2001.242200614276, "bb_mid": 1993.2129999999997, "bb_lower": 1985.1837993857234}, {"timestamp": 1772519100000, "datetime": "2026-03-03 06:25", "open": 1991.65, "high": 1994.82, "low": 1990.67, "close": 1993.03, "bb_upper": 1998.742790597857, "bb_mid": 1992.604, "bb_lower": 1986.465209402143}, {"timestamp": 1772519400000, "datetime": "2026-03-03 06:30", "open": 1993.04, "high": 1994.35, "low": 1990.79, "close": 1990.86, "bb_upper": 1995.5888952506368, "bb_mid": 1991.8649999999998, "bb_lower": 1988.1411047493627}, {"timestamp": 1772519700000, "datetime": "2026-03-03 06:35", "open": 1990.8, "high": 1995.48, "low": 1990.11, "close": 1994.22, "bb_upper": 1994.9129370575401, "bb_mid": 1992.4649999999997, "bb_lower": 1990.0170629424592}, {"timestamp": 1772520000000, "datetime": "2026-03-03 06:40", "open": 1993.86, "high": 1995.25, "low": 1992.56, "close": 1994.59, "bb_upper": 1995.6381495185892, "bb_mid": 1992.6649999999997, "bb_lower": 1989.6918504814103}, {"timestamp": 1772520300000, "datetime": "2026-03-03 06:45", "open": 1994.1, "high": 1994.11, "low": 1987.11, "close": 1989.33, "bb_upper": 1996.3336907357887, "bb_mid": 1992.352, "bb_lower": 1988.3703092642115}, {"timestamp": 1772520600000, "datetime": "2026-03-03 06:50", "open": 1989.6, "high": 1994.31, "low": 1989.33, "close": 1994.14, "bb_upper": 1996.7536382165508, "bb_mid": 1992.611, "bb_lower": 1988.4683617834494}, {"timestamp": 1772520900000, "datetime": "2026-03-03 06:55", "open": 1994.33, "high": 2001.27, "low": 1993.99, "close": 1998.27, "bb_upper": 1999.2593560774471, "bb_mid": 1993.1490000000001, "bb_lower": 1987.038643922553}, {"timestamp": 1772521200000, "datetime": "2026-03-03 07:00", "open": 1998.01, "high": 1998.54, "low": 1993.91, "close": 1998.51, "bb_upper": 2001.124640102491, "bb_mid": 1993.6919999999998, "bb_lower": 1986.2593598975086}, {"timestamp": 1772521500000, "datetime": "2026-03-03 07:05", "open": 1998.52, "high": 2000.0, "low": 1993.33, "close": 1994.85, "bb_upper": 2001.333136689513, "bb_mid": 1993.9159999999997, "bb_lower": 1986.4988633104865}, {"timestamp": 1772521800000, "datetime": "2026-03-03 07:10", "open": 1994.86, "high": 1995.99, "low": 1994.06, "close": 1994.75, "bb_upper": 2001.337512207607, "bb_mid": 1994.2549999999999, "bb_lower": 1987.1724877923928}];
const tradesMarkers = [{"timestamp": "2026-03-01 01:35", "price": 1970.895742, "action": "开short", "reason": "触上轨开空", "index": 19, "show_reason_label": true, "short_reason": "上轨开空", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-01 01:50", "price": 2022.33, "action": "平仓100%", "reason": "止损", "index": 22, "show_reason_label": true, "short_reason": "止损", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-01 03:50", "price": 2019.4038, "action": "开long", "reason": "触下轨开多", "index": 46, "show_reason_label": true, "short_reason": "下轨开多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-01 03:55", "price": 2018.383596, "action": "加long", "reason": "触下轨加多", "index": 47, "show_reason_label": true, "short_reason": "下轨加多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-01 04:00", "price": 2028.348, "action": "平仓50%", "reason": "触中轨平50%-1m(04:02)回踩中轨", "index": 48, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-01 04:05", "price": 2018.7258371425564, "action": "平仓100%", "reason": "回开仓价全平", "index": 49, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-01 04:15", "price": 1999.6626196004336, "action": "开long", "reason": "触下轨开多", "index": 51, "show_reason_label": true, "short_reason": "下轨开多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-01 04:35", "price": 2014.63, "action": "平仓50%", "reason": "触中轨平50%-1m(04:39)回踩中轨", "index": 55, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-01 05:10", "price": 2017.8250206638015, "action": "平仓100%", "reason": "延迟反转-同K回调确认-平多", "index": 62, "show_reason_label": true, "short_reason": "延迟反转", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-01 05:10", "price": 2017.4214556596687, "action": "开short", "reason": "延迟反转-同K回调确认-开空", "index": 62, "show_reason_label": true, "short_reason": "延迟反转", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-01 05:15", "price": 2014.157, "action": "平仓50%", "reason": "触中轨平50%-1m(05:16)反抽中轨", "index": 63, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-01 05:20", "price": 2017.4214556596687, "action": "平仓100%", "reason": "回开仓价全平", "index": 64, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-01 05:20", "price": 2020.9165042134855, "action": "开short", "reason": "触上轨开空", "index": 64, "show_reason_label": true, "short_reason": "上轨开空", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-01 05:35", "price": 2016.474, "action": "平仓50%", "reason": "触中轨平50%-1m(05:38)反抽中轨", "index": 67, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-01 06:10", "price": 1993.0582785593572, "action": "平仓100%", "reason": "延迟反转-同K反弹确认-平空", "index": 74, "show_reason_label": true, "short_reason": "延迟反转", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-01 06:10", "price": 1993.456890215069, "action": "开long", "reason": "延迟反转-同K反弹确认-开多", "index": 74, "show_reason_label": true, "short_reason": "延迟反转", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-01 07:00", "price": 1996.611, "action": "平仓50%", "reason": "触中轨平50%-1m(07:01)回踩中轨", "index": 84, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-01 07:05", "price": 1993.456890215069, "action": "平仓100%", "reason": "回开仓价全平", "index": 85, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-01 07:10", "price": 2002.49942, "action": "开short", "reason": "触上轨开空", "index": 86, "show_reason_label": true, "short_reason": "上轨开空", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-01 07:25", "price": 1997.67, "action": "平仓50%", "reason": "触中轨平50%-1m(07:26)反抽中轨", "index": 89, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-01 07:35", "price": 2002.49942, "action": "平仓100%", "reason": "回开仓价全平", "index": 91, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-01 08:50", "price": 1983.9752370436452, "action": "开long", "reason": "触下轨开多", "index": 106, "show_reason_label": true, "short_reason": "下轨开多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-01 09:00", "price": 1984.666854, "action": "加long", "reason": "触下轨加多", "index": 108, "show_reason_label": true, "short_reason": "下轨加多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-01 09:15", "price": 1992.707, "action": "平仓50%", "reason": "触中轨平50%-1m(09:18)回踩中轨", "index": 111, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-01 09:30", "price": 1984.434710128656, "action": "平仓100%", "reason": "回开仓价全平", "index": 114, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-01 09:35", "price": 1977.5454880734023, "action": "开long", "reason": "触下轨开多", "index": 115, "show_reason_label": true, "short_reason": "下轨开多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-01 10:15", "price": 1979.625, "action": "平仓50%", "reason": "触中轨平50%-1m(10:17)回踩中轨", "index": 123, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-01 10:15", "price": 1977.5454880734023, "action": "平仓100%", "reason": "回开仓价全平", "index": 123, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-01 10:25", "price": 1983.593202, "action": "开short", "reason": "触上轨开空", "index": 125, "show_reason_label": true, "short_reason": "上轨开空", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-01 10:35", "price": 1987.0210368714647, "action": "加short", "reason": "触上轨加空", "index": 127, "show_reason_label": true, "short_reason": "上轨加空", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-01 10:40", "price": 1980.9359999999997, "action": "平仓50%", "reason": "触中轨平50%-1m(10:41)反抽中轨", "index": 128, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-01 11:00", "price": 1985.869417419816, "action": "平仓100%", "reason": "回开仓价全平", "index": 132, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-01 13:20", "price": 1971.081186141088, "action": "开long", "reason": "触下轨开多", "index": 160, "show_reason_label": true, "short_reason": "下轨开多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-01 13:25", "price": 1977.221, "action": "平仓50%", "reason": "触中轨平50%-1m(13:27)回踩中轨", "index": 161, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-01 13:50", "price": 2012.7953226137352, "action": "平仓100%", "reason": "延迟反转-同K回调确认-平多", "index": 166, "show_reason_label": true, "short_reason": "延迟反转", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-01 13:50", "price": 2012.3927635492123, "action": "开short", "reason": "延迟反转-同K回调确认-开空", "index": 166, "show_reason_label": true, "short_reason": "延迟反转", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-01 14:25", "price": 2004.753, "action": "平仓50%", "reason": "触中轨平50%-1m(14:28)反抽中轨", "index": 173, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-01 14:40", "price": 1994.9544227315623, "action": "平仓100%", "reason": "延迟反转-同K反弹确认-平空", "index": 176, "show_reason_label": true, "short_reason": "延迟反转", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-01 14:40", "price": 1995.3534136161088, "action": "开long", "reason": "延迟反转-同K反弹确认-开多", "index": 176, "show_reason_label": true, "short_reason": "延迟反转", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-01 15:00", "price": 2004.636, "action": "平仓50%", "reason": "触中轨平50%-1m(15:03)回踩中轨", "index": 180, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-01 15:20", "price": 2012.645228772288, "action": "平仓100%", "reason": "延迟反转-同K回调确认-平多", "index": 184, "show_reason_label": true, "short_reason": "延迟反转", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-01 15:20", "price": 2012.2426997265336, "action": "开short", "reason": "延迟反转-同K回调确认-开空", "index": 184, "show_reason_label": true, "short_reason": "延迟反转", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-01 15:50", "price": 2008.926, "action": "平仓50%", "reason": "触中轨平50%-1m(15:52)反抽中轨", "index": 190, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-01 15:50", "price": 2012.2426997265336, "action": "平仓100%", "reason": "回开仓价全平", "index": 190, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-01 15:55", "price": 1992.678616241703, "action": "开long", "reason": "触下轨开多", "index": 191, "show_reason_label": true, "short_reason": "下轨开多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-01 16:00", "price": 1991.1565538891696, "action": "加long", "reason": "触下轨加多", "index": 192, "show_reason_label": true, "short_reason": "下轨加多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-01 16:25", "price": 2002.476, "action": "平仓50%", "reason": "触中轨平50%-1m(16:26)回踩中轨", "index": 197, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-01 16:45", "price": 1967.62, "action": "平仓100%", "reason": "止损", "index": 201, "show_reason_label": true, "short_reason": "止损", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-01 16:50", "price": 1965.222966, "action": "开long", "reason": "触下轨开多", "index": 202, "show_reason_label": true, "short_reason": "下轨开多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-01 17:35", "price": 1967.5260000000003, "action": "平仓50%", "reason": "触中轨平50%-1m(17:36)回踩中轨", "index": 211, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-01 17:45", "price": 1965.222966, "action": "平仓100%", "reason": "回开仓价全平", "index": 213, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-01 18:00", "price": 1982.393442, "action": "开short", "reason": "触上轨开空", "index": 216, "show_reason_label": true, "short_reason": "上轨开空", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-01 18:05", "price": 1991.233970955805, "action": "加short", "reason": "触上轨加空", "index": 217, "show_reason_label": true, "short_reason": "上轨加空", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-01 18:30", "price": 1977.528, "action": "平仓50%", "reason": "触中轨平50%-1m(18:33)反抽中轨", "index": 222, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-01 18:55", "price": 1972.982947018549, "action": "平仓100%", "reason": "延迟反转-同K反弹确认-平空", "index": 227, "show_reason_label": true, "short_reason": "延迟反转", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-01 18:55", "price": 1973.377543607953, "action": "开long", "reason": "延迟反转-同K反弹确认-开多", "index": 227, "show_reason_label": true, "short_reason": "延迟反转", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-01 19:05", "price": 1968.973716, "action": "加long", "reason": "触下轨加多", "index": 229, "show_reason_label": true, "short_reason": "下轨加多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-01 19:40", "price": 1946.27, "action": "平仓100%", "reason": "止损", "index": 236, "show_reason_label": true, "short_reason": "止损", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-01 20:10", "price": 1933.526628, "action": "开long", "reason": "触下轨开多", "index": 242, "show_reason_label": true, "short_reason": "下轨开多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-01 20:35", "price": 1911.05, "action": "平仓100%", "reason": "止损", "index": 247, "show_reason_label": true, "short_reason": "止损", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-01 22:10", "price": 1943.1708021370632, "action": "开short", "reason": "触上轨开空", "index": 266, "show_reason_label": true, "short_reason": "上轨开空", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-01 22:25", "price": 1933.294, "action": "平仓50%", "reason": "触中轨平50%-1m(22:28)反抽中轨", "index": 269, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-01 22:25", "price": 1943.1708021370632, "action": "平仓100%", "reason": "回开仓价全平", "index": 269, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-02 00:10", "price": 1947.900342, "action": "开short", "reason": "触上轨开空", "index": 290, "show_reason_label": true, "short_reason": "上轨开空", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-02 00:15", "price": 1940.637, "action": "平仓50%", "reason": "触中轨平50%-1m(00:17)反抽中轨", "index": 291, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-02 00:20", "price": 1947.900342, "action": "平仓100%", "reason": "回开仓价全平", "index": 292, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-02 00:40", "price": 1961.187684, "action": "开short", "reason": "触上轨开空", "index": 296, "show_reason_label": true, "short_reason": "上轨开空", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-02 00:45", "price": 1959.747972, "action": "加short", "reason": "触上轨加空", "index": 297, "show_reason_label": true, "short_reason": "上轨加空", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-02 01:10", "price": 1988.21, "action": "平仓100%", "reason": "止损", "index": 302, "show_reason_label": true, "short_reason": "止损", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-02 02:05", "price": 1949.607194620071, "action": "开long", "reason": "触下轨开多", "index": 313, "show_reason_label": true, "short_reason": "下轨开多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-02 02:10", "price": 1940.8287934851144, "action": "加long", "reason": "触下轨加多", "index": 314, "show_reason_label": true, "short_reason": "下轨加多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-02 02:30", "price": 1953.676, "action": "平仓50%", "reason": "触中轨平50%-1m(02:34)回踩中轨", "index": 318, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-02 03:10", "price": 1966.7001436494577, "action": "平仓100%", "reason": "延迟反转-同K回调确认-平多", "index": 326, "show_reason_label": true, "short_reason": "延迟反转", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-02 03:10", "price": 1966.3068036207276, "action": "开short", "reason": "延迟反转-同K回调确认-开空", "index": 326, "show_reason_label": true, "short_reason": "延迟反转", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-02 03:55", "price": 1971.86, "action": "平仓50%", "reason": "触中轨平50%-1m(03:57)反抽中轨", "index": 335, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-02 03:55", "price": 1966.3068036207276, "action": "平仓100%", "reason": "回开仓价全平", "index": 335, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-02 04:15", "price": 1969.413804, "action": "开long", "reason": "触下轨开多", "index": 339, "show_reason_label": true, "short_reason": "下轨开多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-02 04:20", "price": 1971.578, "action": "平仓50%", "reason": "触中轨平50%-1m(04:22)回踩中轨", "index": 340, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-02 04:20", "price": 1969.413804, "action": "平仓100%", "reason": "回开仓价全平", "index": 340, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-02 05:05", "price": 1964.19276, "action": "开long", "reason": "触下轨开多", "index": 349, "show_reason_label": true, "short_reason": "下轨开多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-02 05:15", "price": 1970.2719999999997, "action": "平仓50%", "reason": "触中轨平50%-1m(05:17)回踩中轨", "index": 351, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-02 05:20", "price": 1964.19276, "action": "平仓100%", "reason": "回开仓价全平", "index": 352, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-02 05:40", "price": 1979.524016, "action": "开short", "reason": "触上轨开空", "index": 356, "show_reason_label": true, "short_reason": "上轨开空", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-02 07:20", "price": 1937.3039999999996, "action": "平仓50%", "reason": "触中轨平50%-1m(07:24)反抽中轨", "index": 376, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-02 08:10", "price": 1928.936186384675, "action": "平仓100%", "reason": "延迟反转-同K反弹确认-平空", "index": 386, "show_reason_label": true, "short_reason": "延迟反转", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-02 08:10", "price": 1929.321973621952, "action": "开long", "reason": "延迟反转-同K反弹确认-开多", "index": 386, "show_reason_label": true, "short_reason": "延迟反转", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-02 08:15", "price": 1930.616046, "action": "加long", "reason": "触下轨加多", "index": 387, "show_reason_label": true, "short_reason": "下轨加多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-02 08:50", "price": 1948.7595882760104, "action": "平仓100%", "reason": "延迟反转-同K回调确认-平多", "index": 394, "show_reason_label": true, "short_reason": "延迟反转", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-02 08:50", "price": 1948.369836358355, "action": "开short", "reason": "延迟反转-同K回调确认-开空", "index": 394, "show_reason_label": true, "short_reason": "延迟反转", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-02 09:40", "price": 1955.359, "action": "平仓50%", "reason": "触中轨平50%-1m(09:43)反抽中轨", "index": 404, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-02 09:40", "price": 1948.369836358355, "action": "平仓100%", "reason": "回开仓价全平", "index": 404, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-02 11:05", "price": 1939.03773, "action": "开long", "reason": "触下轨开多", "index": 421, "show_reason_label": true, "short_reason": "下轨开多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-02 12:00", "price": 1943.6330000000005, "action": "平仓50%", "reason": "触中轨平50%-1m(12:02)回踩中轨", "index": 432, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-02 12:20", "price": 1939.03773, "action": "平仓100%", "reason": "回开仓价全平", "index": 436, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-02 12:20", "price": 1936.8878482318669, "action": "开long", "reason": "触下轨开多", "index": 436, "show_reason_label": true, "short_reason": "下轨开多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-02 12:35", "price": 1930.626048, "action": "加long", "reason": "触下轨加多", "index": 439, "show_reason_label": true, "short_reason": "下轨加多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-02 12:50", "price": 1939.381, "action": "平仓50%", "reason": "触中轨平50%-1m(12:51)回踩中轨", "index": 442, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-02 13:05", "price": 1932.7228399260932, "action": "平仓100%", "reason": "回开仓价全平", "index": 445, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-02 13:05", "price": 1930.48602, "action": "开long", "reason": "触下轨开多", "index": 445, "show_reason_label": true, "short_reason": "下轨开多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-02 13:15", "price": 1935.788, "action": "平仓50%", "reason": "触中轨平50%-1m(13:16)回踩中轨", "index": 447, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-02 13:25", "price": 1930.48602, "action": "平仓100%", "reason": "回开仓价全平", "index": 449, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-02 14:25", "price": 1922.6183440503523, "action": "开long", "reason": "触下轨开多", "index": 461, "show_reason_label": true, "short_reason": "下轨开多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-02 14:30", "price": 1950.3106548105816, "action": "平仓100%", "reason": "延迟反转-同K回调确认-平多", "index": 462, "show_reason_label": true, "short_reason": "延迟反转", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-02 14:30", "price": 1949.9205926796196, "action": "开short", "reason": "延迟反转-同K回调确认-开空", "index": 462, "show_reason_label": true, "short_reason": "延迟反转", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-02 14:45", "price": 1977.81, "action": "平仓100%", "reason": "止损", "index": 465, "show_reason_label": true, "short_reason": "止损", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-02 17:40", "price": 2025.7860592669192, "action": "开long", "reason": "触下轨开多", "index": 500, "show_reason_label": true, "short_reason": "下轨开多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-02 18:15", "price": 2037.0170000000005, "action": "平仓50%", "reason": "触中轨平50%-1m(18:15)回踩中轨", "index": 507, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-02 18:40", "price": 2027.0190691607736, "action": "加long", "reason": "触下轨加多", "index": 512, "show_reason_label": true, "short_reason": "下轨加多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-02 18:45", "price": 2033.3019999999997, "action": "平仓50%", "reason": "触中轨平50%-1m(18:47)回踩中轨", "index": 513, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-02 18:50", "price": 2026.7716243577877, "action": "平仓100%", "reason": "回开仓价全平", "index": 514, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-02 18:50", "price": 2028.895698, "action": "开long", "reason": "触下轨开多", "index": 514, "show_reason_label": true, "short_reason": "下轨开多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-02 18:55", "price": 2027.725464, "action": "加long", "reason": "触下轨加多", "index": 515, "show_reason_label": true, "short_reason": "下轨加多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-02 19:05", "price": 2031.3199999999997, "action": "平仓50%", "reason": "触中轨平50%-1m(19:05)回踩中轨", "index": 517, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-02 19:05", "price": 2028.1180160380236, "action": "平仓100%", "reason": "回开仓价全平", "index": 517, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-02 19:05", "price": 2026.35519, "action": "开long", "reason": "触下轨开多", "index": 517, "show_reason_label": true, "short_reason": "下轨开多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-02 19:10", "price": 2023.6443782356105, "action": "加long", "reason": "触下轨加多", "index": 518, "show_reason_label": true, "short_reason": "下轨加多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-02 19:15", "price": 2030.76, "action": "平仓50%", "reason": "触中轨平50%-1m(19:18)回踩中轨", "index": 519, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-02 19:35", "price": 2038.953388071054, "action": "平仓100%", "reason": "延迟反转-同K回调确认-平多", "index": 523, "show_reason_label": true, "short_reason": "延迟反转", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-02 19:35", "price": 2038.5455973934395, "action": "开short", "reason": "延迟反转-同K回调确认-开空", "index": 523, "show_reason_label": true, "short_reason": "延迟反转", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-02 19:45", "price": 2031.934, "action": "平仓50%", "reason": "触中轨平50%-1m(19:45)反抽中轨", "index": 525, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-02 19:50", "price": 2038.5455973934395, "action": "平仓100%", "reason": "回开仓价全平", "index": 526, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-02 19:50", "price": 2043.261266, "action": "开short", "reason": "触上轨开空", "index": 526, "show_reason_label": true, "short_reason": "上轨开空", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-02 19:55", "price": 2042.021514, "action": "加short", "reason": "触上轨加空", "index": 527, "show_reason_label": true, "short_reason": "上轨加空", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-02 20:05", "price": 2037.47, "action": "平仓50%", "reason": "触中轨平50%-1m(20:09)反抽中轨", "index": 529, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-02 20:05", "price": 2042.4373773884072, "action": "平仓100%", "reason": "回开仓价全平", "index": 529, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-02 20:50", "price": 2045.370844, "action": "开short", "reason": "触上轨开空", "index": 538, "show_reason_label": true, "short_reason": "上轨开空", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-02 20:55", "price": 2038.231, "action": "平仓50%", "reason": "触中轨平50%-1m(20:59)反抽中轨", "index": 539, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-02 21:45", "price": 2045.370844, "action": "平仓100%", "reason": "回开仓价全平", "index": 549, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-02 22:05", "price": 2047.470424, "action": "开short", "reason": "触上轨开空", "index": 553, "show_reason_label": true, "short_reason": "上轨开空", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-02 22:15", "price": 2043.783, "action": "平仓50%", "reason": "触中轨平50%-1m(22:15)反抽中轨", "index": 555, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-02 22:25", "price": 2047.470424, "action": "平仓100%", "reason": "回开仓价全平", "index": 557, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-02 22:30", "price": 2051.599598, "action": "开short", "reason": "触上轨开空", "index": 558, "show_reason_label": true, "short_reason": "上轨开空", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-02 22:50", "price": 2049.2699999999995, "action": "平仓50%", "reason": "触中轨平50%-1m(22:54)反抽中轨", "index": 562, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-02 22:50", "price": 2051.599598, "action": "平仓100%", "reason": "回开仓价全平", "index": 562, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-03 00:30", "price": 2020.584036, "action": "开long", "reason": "触下轨开多", "index": 582, "show_reason_label": true, "short_reason": "下轨开多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-03 00:45", "price": 2029.438, "action": "平仓50%", "reason": "触中轨平50%-1m(00:47)回踩中轨", "index": 585, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-03 01:30", "price": 2025.1515544797203, "action": "加long", "reason": "触下轨加多", "index": 594, "show_reason_label": true, "short_reason": "下轨加多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-03 02:15", "price": 2002.4, "action": "平仓100%", "reason": "止损", "index": 603, "show_reason_label": true, "short_reason": "止损", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-03 02:45", "price": 2019.206078, "action": "开short", "reason": "触上轨开空", "index": 609, "show_reason_label": true, "short_reason": "上轨开空", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-03 03:10", "price": 2012.174, "action": "平仓50%", "reason": "触中轨平50%-1m(03:13)反抽中轨", "index": 614, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-03 04:35", "price": 2003.7637516585985, "action": "平仓100%", "reason": "延迟反转-同K反弹确认-平空", "index": 631, "show_reason_label": true, "short_reason": "延迟反转", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-03 04:35", "price": 2004.16450440893, "action": "开long", "reason": "延迟反转-同K反弹确认-开多", "index": 631, "show_reason_label": true, "short_reason": "延迟反转", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-03 04:40", "price": 2002.570434, "action": "加long", "reason": "触下轨加多", "index": 632, "show_reason_label": true, "short_reason": "下轨加多", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-03 05:05", "price": 2003.546, "action": "平仓50%", "reason": "触中轨平50%-1m(05:09)回踩中轨", "index": 637, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-03 05:05", "price": 2003.1050831610569, "action": "平仓100%", "reason": "回开仓价全平", "index": 637, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-03 05:15", "price": 2013.587202, "action": "开short", "reason": "触上轨开空", "index": 639, "show_reason_label": true, "short_reason": "上轨开空", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-03 05:20", "price": 2003.975, "action": "平仓50%", "reason": "触中轨平50%-1m(05:24)反抽中轨", "index": 640, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-03 06:35", "price": 1993.821156, "action": "加short", "reason": "触上轨加空", "index": 655, "show_reason_label": true, "short_reason": "上轨加空", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-03 06:40", "price": 1992.6649999999995, "action": "平仓50%", "reason": "触中轨平50%-1m(06:41)反抽中轨", "index": 656, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-03 06:45", "price": 1988.3703092642115, "action": "平仓100%", "reason": "延迟反转-同K反弹确认-平空", "index": 657, "show_reason_label": true, "short_reason": "延迟反转", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-03 06:45", "price": 1988.7679833260645, "action": "开long", "reason": "延迟反转-同K反弹确认-开多", "index": 657, "show_reason_label": true, "short_reason": "延迟反转", "type": "open_long", "color": "#00ff00", "symbol": "triangle"}, {"timestamp": "2026-03-03 06:50", "price": 1992.611, "action": "平仓50%", "reason": "触中轨平50%-1m(06:51)回踩中轨", "index": 658, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-03 06:55", "price": 1999.2593560774471, "action": "平仓100%", "reason": "延迟反转-同K回调确认-平多", "index": 659, "show_reason_label": true, "short_reason": "延迟反转", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}, {"timestamp": "2026-03-03 06:55", "price": 1998.859504206232, "action": "开short", "reason": "延迟反转-同K回调确认-开空", "index": 659, "show_reason_label": true, "short_reason": "延迟反转", "type": "open_short", "color": "#ff0000", "symbol": "triangle"}, {"timestamp": "2026-03-03 07:05", "price": 1993.9159999999997, "action": "平仓50%", "reason": "触中轨平50%-1m(07:08)反抽中轨", "index": 661, "show_reason_label": false, "short_reason": "中轨平半", "type": "close_half", "color": "#ffff00", "symbol": "diamond"}, {"timestamp": "2026-03-03 07:05", "price": 1998.859504206232, "action": "平仓100%", "reason": "回开仓价全平", "index": 661, "show_reason_label": false, "short_reason": "回本全平", "type": "close_all", "color": "#ff00ff", "symbol": "circle"}];
function main() {
const categoryData = [];
const klineData = [];
const upper = [];
const mid = [];
const lower = [];
for (const k of chartData) {
const d = new Date(k.timestamp);
const label = `${d.getMonth()+1}/${d.getDate()} ${d.getHours().toString().padStart(2, "0")}:${d
.getMinutes()
.toString()
.padStart(2, "0")}`;
categoryData.push(label);
klineData.push([k.open, k.close, k.low, k.high]);
upper.push(k.bb_upper);
mid.push(k.bb_mid);
lower.push(k.bb_lower);
}
// 准备交易标记数据
const openLongData = [];
const openShortData = [];
const closeHalfData = [];
const closeAllData = [];
for (const marker of tradesMarkers) {
const point = {
value: [marker.index, marker.price],
reason: marker.reason,
action: marker.action,
shortReason: marker.short_reason,
label: marker.show_reason_label
? {
show: true,
formatter: marker.short_reason,
color: "#f8fafc",
backgroundColor: "rgba(15,23,42,0.85)",
borderColor: "#475569",
borderWidth: 1,
borderRadius: 4,
padding: [2, 4],
fontSize: 10,
}
: { show: false },
itemStyle: { color: marker.color },
};
if (marker.type === 'open_long') {
openLongData.push(point);
} else if (marker.type === 'open_short') {
openShortData.push(point);
} else if (marker.type === 'close_half') {
closeHalfData.push(point);
} else if (marker.type === 'close_all') {
closeAllData.push(point);
}
}
const chartDom = document.getElementById("chart");
const chart = echarts.init(chartDom, null, { renderer: "canvas" });
const option = {
backgroundColor: "#0a0e27",
tooltip: {
trigger: "axis",
axisPointer: { type: "cross" },
backgroundColor: "rgba(15, 23, 42, 0.95)",
borderColor: "#334155",
textStyle: { color: "#e0e6ed" },
},
axisPointer: {
link: [{ xAxisIndex: "all" }],
},
grid: {
left: "3%",
right: "200px",
top: "6%",
bottom: "8%",
containLabel: true,
},
xAxis: {
type: "category",
data: categoryData,
scale: true,
boundaryGap: true,
axisLine: { lineStyle: { color: "#475569" } },
axisLabel: {
color: "#94a3b8",
rotate: 45,
fontSize: 11
},
},
yAxis: {
scale: true,
axisLine: { lineStyle: { color: "#475569" } },
splitLine: { lineStyle: { color: "#1e293b" } },
axisLabel: { color: "#94a3b8" },
},
dataZoom: [
{
type: "inside",
start: 0,
end: 100,
},
{
type: "slider",
start: 0,
end: 100,
height: 30,
backgroundColor: "#1e293b",
fillerColor: "rgba(100, 116, 139, 0.3)",
borderColor: "#334155",
handleStyle: {
color: "#64748b",
borderColor: "#94a3b8"
},
textStyle: { color: "#94a3b8" },
},
],
series: [
{
name: "K线",
type: "candlestick",
data: klineData,
itemStyle: {
color: "#10b981",
color0: "#ef4444",
borderColor: "#10b981",
borderColor0: "#ef4444",
},
},
{
name: "BB上轨",
type: "line",
data: upper,
symbol: "none",
lineStyle: { color: "#f59e0b", width: 2 },
z: 1,
},
{
name: "BB中轨",
type: "line",
data: mid,
symbol: "none",
lineStyle: { color: "#8b5cf6", width: 2, type: "dashed" },
z: 1,
},
{
name: "BB下轨",
type: "line",
data: lower,
symbol: "none",
lineStyle: { color: "#f59e0b", width: 2 },
z: 1,
},
{
name: "开多/加多",
type: "scatter",
symbol: "triangle",
symbolSize: 12,
symbolOffset: [0, 8], // 向下偏移,使三角形底部对齐价格
data: openLongData,
itemStyle: { color: "#00ff00" },
z: 10,
tooltip: {
formatter: (params) => {
const marker = params.data;
return `开多/加多<br/>价格: ${marker.value[1].toFixed(2)}<br/>原因: ${marker.reason}`;
}
}
},
{
name: "开空/加空",
type: "scatter",
symbol: "triangle",
symbolSize: 12,
symbolRotate: 180,
symbolOffset: [0, -8], // 向上偏移,使三角形底部对齐价格
data: openShortData,
itemStyle: { color: "#ff0000" },
z: 10,
tooltip: {
formatter: (params) => {
const marker = params.data;
return `开空/加空<br/>价格: ${marker.value[1].toFixed(2)}<br/>原因: ${marker.reason}`;
}
}
},
{
name: "平仓50%",
type: "scatter",
symbol: "diamond",
symbolSize: 10,
data: closeHalfData,
itemStyle: { color: "#ffff00" },
z: 10,
tooltip: {
formatter: (params) => {
const marker = params.data;
return `平仓50%<br/>价格: ${marker.value[1].toFixed(2)}<br/>原因: ${marker.reason}`;
}
}
},
{
name: "平仓100%",
type: "scatter",
symbol: "circle",
symbolSize: 10,
data: closeAllData,
itemStyle: { color: "#ff00ff" },
z: 10,
tooltip: {
formatter: (params) => {
const marker = params.data;
return `平仓100%<br/>价格: ${marker.value[1].toFixed(2)}<br/>原因: ${marker.reason}`;
}
}
},
],
};
chart.setOption(option);
window.addEventListener("resize", () => chart.resize());
}
main();
</script>
</body>
</html>